Oracle Cloud Infrastructure · Example Payload

Database Create Autonomous Database Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Database Create Autonomous Database Details Example is an example object payload from Oracle Cloud Infrastructure, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

compartmentIddbNamedisplayNamecpuCoreCountdataStorageSizeInTBsadminPassworddbWorkloadisFreeTierisAutoScalingEnabled

Example Payload

Raw ↑
{
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "dbName": "MYADB",
  "displayName": "my-adb",
  "cpuCoreCount": 2,
  "dataStorageSizeInTBs": 1,
  "adminPassword": "********",
  "dbWorkload": "OLTP",
  "isFreeTier": false,
  "isAutoScalingEnabled": false
}