Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| compartmentId | string | |
| displayName | string | |
| dbName | string | |
| dbWorkload | string | |
| cpuCoreCount | integer | |
| dataStorageSizeInTBs | integer | |
| lifecycleState | string | |
| timeCreated | string | |
| isFreeTier | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AutonomousDatabaseSummary",
"title": "AutonomousDatabaseSummary",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"compartmentId": {
"type": "string"
},
"displayName": {
"type": "string"
},
"dbName": {
"type": "string"
},
"dbWorkload": {
"type": "string"
},
"cpuCoreCount": {
"type": "integer"
},
"dataStorageSizeInTBs": {
"type": "integer"
},
"lifecycleState": {
"type": "string"
},
"timeCreated": {
"type": "string",
"format": "date-time"
},
"isFreeTier": {
"type": "boolean"
}
}
}