Oracle Database · Schema

DbSystemSummary

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
compartmentId string
displayName string
shape string
lifecycleState string
databaseEdition string
cpuCoreCount integer
timeCreated string
View JSON Schema on GitHub

JSON Schema

oracle-database-dbsystemsummary-schema.json Raw ↑
{
  "$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"
    }
  }
}