Adds or removes Db server network nodes in the VM cluster network.
POST {{baseUrl}}/exadataInfrastructures/:exadataInfrastructureId/vmClusterNetworks/:vmClusterNetworkId/actions/resize
Adds or removes Db server network nodes to extend or shrink the existing VM cluster network. Applies to Exadata Cloud@Customer instances only.
Request Body
{"vmNetworks"=>[{"networkType"=>"CLIENT", "nodes"=>[{"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"VALIDATING", "vip"=>"<string>", "vipHostname"=>"<string>"}, {"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"TERMINATED", "vip"=>"<string>", "vipHostname"=>"<string>"}], "domainName"=>"<string>", "gateway"=>"<string>", "netmask"=>"<string>", "vlanId"=>"<string>"}, {"networkType"=>"CLIENT", "nodes"=>[{"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"TERMINATING", "vip"=>"<string>", "vipHostname"=>"<string>"}, {"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"VALIDATION_FAILED", "vip"=>"<string>", "vipHostname"=>"<string>"}], "domainName"=>"<string>", "gateway"=>"<string>", "netmask"=>"<string>", "vlanId"=>"<string>"}], "action"=>"REMOVE_DBSERVER_NETWORK"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
opc-retry-token | string | A token that uniquely identifies a request so it can be retried in case of a timeout or | |
server error without risk of executing that same action again. Retry tokens expire after 24 | |||
hours, but can be invalidated before then due to conflicting operations (for example, if a resource | |||
has been deleted and purged from the system, then a retry of the original creation request | |||
may be rejected). | |||
if-match | string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match | |
parameter to the value of the etag from a previous GET or POST response for that resource. The resource | |||
will be updated or deleted only if the etag you provide matches the resource's current etag value. | |||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"compartmentId":"\u003cstring\u003e","definedTags":{"utcc8":{"ipsum__72":{}}},"displayName":"\u003cstring\u003e","dns":["\u003cstring\u003e","\u003cstring\u003e"],"exadataInfrastructureId":"\u003cstring\u003e","freeformTags":{"consequatfa":"\u003cstring\u003e"},"id":"\u003cstring\u003e","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"VALIDATED","ntp":["\u003cstring\u003e","\u003cstring\u003e"],"scans":[{"hostname":"\u003cstring\u003e","port":"\u003cinteger\u003e","ips":["\u003cstring\u003e","\u003cstring\u003e"]},{"hostname":"\u003cstring\u003e","port":"\u003cinteger\u003e","ips":["\u003cstring\u003e","\u003cstring\u003e"]}],"timeCreated":"\u003cdateTime\u003e","vmClusterId":"\u003cstring\u003e","vmNetworks":[{"networkType":"CLIENT","nodes":[{"hostname":"\u003cstring\u003e","ip":"\u003cstring\u003e","dbServerId":"\u003cstring\u003e","lifecycleState":"REQUIRES_VALIDATION","vip":"\u003cstring\u003e","vipHostname":"\u003cstring\u003e"},{"hostname":"\u003cstring\u003e","ip":"\u003cstring\u003e","dbServerId":"\u003cstring\u003e","lifecycleState":"VALIDATING","vip":"\u003cstring\u003e","vipHostname":"\u003cstring\u003e"}],"domainName":"\u003cstring\u003e","gateway":"\u003cstring\u003e","netmask":"\u003cstring\u003e","vlanId":"\u003cstring\u003e"},{"networkType":"CLIENT","nodes":[{"hostname":"\u003cstring\u003e","ip":"\u003cstring\u003e","dbServerId":"\u003cstring\u003e","lifecycleState":"VALIDATING","vip":"\u003cstring\u003e","vipHostname":"\u003cstring\u003e"},{"hostname":"\u003cstring\u003e","ip":"\u003cstring\u003e","dbServerId":"\u003cstring\u003e","lifecycleState":"UPDATING","vip":"\u003cstring\u003e","vipHostname":"\u003cstring\u003e"}],"domainName":"\u003cstring\u003e","gateway":"\u003cstring\u003e","netmask":"\u003cstring\u003e","vlanId":"\u003cstring\u003e"}]}