Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Policy Schedule Structure

Type: object Properties: 8
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

PolicySchedule is a JSON Structure definition published by Veritas NetBackup, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

scheduleName scheduleType frequency retentionPeriod storageUnit backupWindow mediaMultiplexing syntheticBackup

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicySchedule",
  "type": "object",
  "properties": {
    "scheduleName": {
      "type": "string"
    },
    "scheduleType": {
      "type": "string"
    },
    "frequency": {
      "type": "integer"
    },
    "retentionPeriod": {
      "type": "object"
    },
    "storageUnit": {
      "type": "string"
    },
    "backupWindow": {
      "type": "object"
    },
    "mediaMultiplexing": {
      "type": "integer"
    },
    "syntheticBackup": {
      "type": "boolean"
    }
  }
}