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