Oracle Database · Schema

AutonomousDatabaseSummary

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
compartmentId string
displayName string
dbName string
dbWorkload string
cpuCoreCount integer
dataStorageSizeInTBs integer
lifecycleState string
timeCreated string
isFreeTier boolean
View JSON Schema on GitHub

JSON Schema

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