Oracle Cloud Infrastructure · JSON Structure

Database Autonomous Database Summary Structure

Summary of an Autonomous Database.

Type: object Properties: 10
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

AutonomousDatabaseSummary is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id compartmentId displayName dbName cpuCoreCount dataStorageSizeInTBs dbWorkload lifecycleState isFreeTier timeCreated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/database-autonomous-database-summary-structure.json",
  "name": "AutonomousDatabaseSummary",
  "description": "Summary of an Autonomous Database.",
  "type": "object",
  "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": "int32",
      "example": 1
    },
    "dataStorageSizeInTBs": {
      "type": "int32",
      "example": 1
    },
    "dbWorkload": {
      "type": "string",
      "example": "example-value"
    },
    "lifecycleState": {
      "type": "string",
      "example": "example-value"
    },
    "isFreeTier": {
      "type": "boolean",
      "example": true
    },
    "timeCreated": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    }
  }
}