Oracle Database · Schema

PluggableDatabaseSummary

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
containerDatabaseId string
pdbName string
lifecycleState string
openMode string
timeCreated string
View JSON Schema on GitHub

JSON Schema

oracle-database-pluggabledatabasesummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PluggableDatabaseSummary",
  "title": "PluggableDatabaseSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "containerDatabaseId": {
      "type": "string"
    },
    "pdbName": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "openMode": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string",
      "format": "date-time"
    }
  }
}