Oracle Database · Schema

Snapshot

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
snapshot_name string
snapshot_scn integer
creation_time string
pdb_name string
View JSON Schema on GitHub

JSON Schema

oracle-database-snapshot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Snapshot",
  "title": "Snapshot",
  "type": "object",
  "properties": {
    "snapshot_name": {
      "type": "string"
    },
    "snapshot_scn": {
      "type": "integer",
      "format": "int64"
    },
    "creation_time": {
      "type": "string",
      "format": "date-time"
    },
    "pdb_name": {
      "type": "string"
    }
  }
}