Update Cloud Vm Cluster Iorm Config

PUT {{baseUrl}}/cloudVmClusters/:cloudVmClusterId/CloudVmClusterIormConfig

Updates the IORM settings for the specified cloud VM cluster in an Exadata Cloud Service instance.

Request Body

{"dbPlans"=>[{"dbName"=>"<string>", "share"=>"<integer>"}, {"dbName"=>"<string>", "share"=>"<integer>"}], "objective"=>"AUTO"}

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request.
if-matchstringFor 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-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;dbPlans&quot;:[{&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;flashCacheLimit&quot;:&quot;\u003cstring\u003e&quot;,&quot;share&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;flashCacheLimit&quot;:&quot;\u003cstring\u003e&quot;,&quot;share&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleState&quot;:&quot;FAILED&quot;,&quot;objective&quot;:&quot;AUTO&quot;}