Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Policy Attributes Structure

Type: object Properties: 9
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

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

Properties

policyName policyType active effectiveDate snapshotMethodArgs backupCopies priority keyword dataClassification

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PolicyAttributes",
  "type": "object",
  "properties": {
    "policyName": {
      "type": "string"
    },
    "policyType": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "effectiveDate": {
      "type": "string"
    },
    "snapshotMethodArgs": {
      "type": "string"
    },
    "backupCopies": {
      "type": "object"
    },
    "priority": {
      "type": "integer"
    },
    "keyword": {
      "type": "string"
    },
    "dataClassification": {
      "type": "string"
    }
  }
}