Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Image Attributes Structure

Type: object Properties: 19
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

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

Properties

backupId policyName policyType clientName scheduleName scheduleType backupTime expirationTime kilobytes numberOfFiles primaryCopy copyCount mediaServer storageUnit mediaId compressed encrypted multiplexed retentionLevel

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ImageAttributes",
  "type": "object",
  "properties": {
    "backupId": {
      "type": "string"
    },
    "policyName": {
      "type": "string"
    },
    "policyType": {
      "type": "string"
    },
    "clientName": {
      "type": "string"
    },
    "scheduleName": {
      "type": "string"
    },
    "scheduleType": {
      "type": "string"
    },
    "backupTime": {
      "type": "string"
    },
    "expirationTime": {
      "type": "string"
    },
    "kilobytes": {
      "type": "integer"
    },
    "numberOfFiles": {
      "type": "integer"
    },
    "primaryCopy": {
      "type": "integer"
    },
    "copyCount": {
      "type": "integer"
    },
    "mediaServer": {
      "type": "string"
    },
    "storageUnit": {
      "type": "string"
    },
    "mediaId": {
      "type": "string"
    },
    "compressed": {
      "type": "boolean"
    },
    "encrypted": {
      "type": "boolean"
    },
    "multiplexed": {
      "type": "boolean"
    },
    "retentionLevel": {
      "type": "integer"
    }
  }
}