Oracle Database · Schema

AutoSnapshotConfig

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
auto_snapshot_enabled boolean
snapshot_interval_minutes integer
max_snapshots integer
View JSON Schema on GitHub

JSON Schema

oracle-database-autosnapshotconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutoSnapshotConfig",
  "title": "AutoSnapshotConfig",
  "type": "object",
  "properties": {
    "auto_snapshot_enabled": {
      "type": "boolean"
    },
    "snapshot_interval_minutes": {
      "type": "integer"
    },
    "max_snapshots": {
      "type": "integer"
    }
  }
}