Updates the specified VM cluster network.
PUT {{baseUrl}}/exadataInfrastructures/:exadataInfrastructureId/vmClusterNetworks/:vmClusterNetworkId
Updates the specified VM cluster network. Applies to Exadata Cloud@Customer instances only. To update a cloud VM cluster in an Exadata Cloud Service instance, use the UpdateCloudVmCluster operation.
Request Body
{"dns"=>["<string>", "<string>"], "freeformTags"=>{"mollit_6"=>"<string>", "et_da8"=>"<string>"}, "ntp"=>["<string>", "<string>"], "scans"=>[{"hostname"=>"<string>", "port"=>"<integer>", "ips"=>["<string>", "<string>"]}, {"hostname"=>"<string>", "port"=>"<integer>", "ips"=>["<string>", "<string>"]}], "vmNetworks"=>[{"networkType"=>"CLIENT", "nodes"=>[{"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"VALIDATION_FAILED", "vip"=>"<string>", "vipHostname"=>"<string>"}, {"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"REQUIRES_VALIDATION", "vip"=>"<string>", "vipHostname"=>"<string>"}], "domainName"=>"<string>", "gateway"=>"<string>", "netmask"=>"<string>", "vlanId"=>"<string>"}, {"networkType"=>"CLIENT", "nodes"=>[{"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"CREATING", "vip"=>"<string>", "vipHostname"=>"<string>"}, {"hostname"=>"<string>", "ip"=>"<string>", "dbServerId"=>"<string>", "lifecycleState"=>"REQUIRES_VALIDATION", "vip"=>"<string>", "vipHostname"=>"<string>"}], "domainName"=>"<string>", "gateway"=>"<string>", "netmask"=>"<string>", "vlanId"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
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. | |||
opc-request-id | string | Unique identifier for the request. | |
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"}]}