Oracle Cloud Infrastructure · Schema
AutonomousDatabaseSummary
Summary of an Autonomous Database.
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| compartmentId | string | |
| displayName | string | |
| dbName | string | |
| cpuCoreCount | integer | |
| dataStorageSizeInTBs | integer | |
| dbWorkload | string | |
| lifecycleState | string | |
| isFreeTier | boolean | |
| timeCreated | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AutonomousDatabaseSummary",
"title": "AutonomousDatabaseSummary",
"type": "object",
"description": "Summary of an Autonomous Database.",
"properties": {
"id": {
"type": "string",
"example": "ocid1.resource.oc1.iad.abcdefg123456"
},
"compartmentId": {
"type": "string",
"example": "ocid1.resource.oc1.iad.abcdefg123456"
},
"displayName": {
"type": "string",
"example": "my-resource"
},
"dbName": {
"type": "string",
"example": "example-value"
},
"cpuCoreCount": {
"type": "integer",
"example": 1
},
"dataStorageSizeInTBs": {
"type": "integer",
"example": 1
},
"dbWorkload": {
"type": "string",
"example": "example-value"
},
"lifecycleState": {
"type": "string",
"example": "example-value"
},
"isFreeTier": {
"type": "boolean",
"example": true
},
"timeCreated": {
"type": "string",
"format": "date-time",
"example": "2026-04-18T10:30:00Z"
}
}
}