CreateCloudExadataInfrastructure

POST {{baseUrl}}/cloudExadataInfrastructures

Creates a cloud Exadata infrastructure resource. This resource is used to create either an Exadata Cloud Service instance or an Autonomous Database on dedicated Exadata infrastructure.

Request Body

{"availabilityDomain"=>"<string>", "compartmentId"=>"<string>", "displayName"=>"<string>", "shape"=>"<string>", "computeCount"=>"<integer>", "customerContacts"=>[{"email"=>"<string>"}, {"email"=>"<string>"}], "freeformTags"=>{"mollitb7d"=>"<string>", "ullamcoa"=>"<string>"}, "maintenanceWindow"=>{"customActionTimeoutInMins"=>"<integer>", "daysOfWeek"=>[{"name"=>"TUESDAY"}, {"name"=>"TUESDAY"}], "hoursOfDay"=>["<integer>", "<integer>"], "isCustomActionTimeoutEnabled"=>"<boolean>", "leadTimeInWeeks"=>"<integer>", "months"=>[{"name"=>"FEBRUARY"}, {"name"=>"MAY"}], "patchingMode"=>"NONROLLING", "preference"=>"NO_PREFERENCE", "weeksOfMonth"=>["<integer>", "<integer>"]}, "storageCount"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
opc-retry-tokenstringA 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).
opc-request-idstringUnique identifier for the request.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;compartmentId&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleState&quot;:&quot;FAILED&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;shape&quot;:&quot;\u003cstring\u003e&quot;,&quot;availabilityDomain&quot;:&quot;\u003cstring\u003e&quot;,&quot;activatedStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;additionalStorageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;availableStorageSizeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;computeCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;cpuCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;customerContacts&quot;:[{&quot;email&quot;:&quot;\u003cstring\u003e&quot;},{&quot;email&quot;:&quot;\u003cstring\u003e&quot;}],&quot;dataStorageSizeInTBs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;dbNodeStorageSizeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;definedTags&quot;:{&quot;nulla__3&quot;:{&quot;laborum_f4&quot;:{}}},&quot;freeformTags&quot;:{&quot;aliqua_e&quot;:&quot;\u003cstring\u003e&quot;,&quot;occaecat_&quot;:&quot;\u003cstring\u003e&quot;},&quot;lastMaintenanceRunId&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;maintenanceWindow&quot;:{&quot;customActionTimeoutInMins&quot;:&quot;\u003cinteger\u003e&quot;,&quot;daysOfWeek&quot;:[{&quot;name&quot;:&quot;SATURDAY&quot;},{&quot;name&quot;:&quot;SATURDAY&quot;}],&quot;hoursOfDay&quot;:[&quot;\u003cinteger\u003e&quot;,&quot;\u003cinteger\u003e&quot;],&quot;isCustomActionTimeoutEnabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;leadTimeInWeeks&quot;:&quot;\u003cinteger\u003e&quot;,&quot;months&quot;:[{&quot;name&quot;:&quot;APRIL&quot;},{&quot;name&quot;:&quot;AUGUST&quot;}],&quot;patchingMode&quot;:&quot;NONROLLING&quot;,&quot;preference&quot;:&quot;NO_PREFERENCE&quot;,&quot;weeksOfMonth&quot;:[&quot;\u003cinteger\u003e&quot;,&quot;\u003cinteger\u003e&quot;]},&quot;maxCpuCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maxDataStorageInTBs&quot;:&quot;\u003cdouble\u003e&quot;,&quot;maxDbNodeStorageInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;maxMemoryInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;memorySizeInGBs&quot;:&quot;\u003cinteger\u003e&quot;,&quot;nextMaintenanceRunId&quot;:&quot;\u003cstring\u003e&quot;,&quot;storageCount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;totalStorageSizeInGBs&quot;:&quot;\u003cinteger\u003e&quot;}