Oracle Database · Schema

BackupSummary

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
id string
databaseId string
displayName string
type string
lifecycleState string
timeStarted string
View JSON Schema on GitHub

JSON Schema

oracle-database-backupsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BackupSummary",
  "title": "BackupSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "databaseId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeStarted": {
      "type": "string",
      "format": "date-time"
    }
  }
}