Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Image List Response Structure

Type: object Properties: 1
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

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

Properties

data

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ImageListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    }
  }
}