Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Client Attributes Structure

Type: object Properties: 9
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

ClientAttributes 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

hostName hostType os platform version fingerprintSha256 trustLevel communicationStatus lastConnectedTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClientAttributes",
  "type": "object",
  "properties": {
    "hostName": {
      "type": "string"
    },
    "hostType": {
      "type": "string"
    },
    "os": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "fingerprintSha256": {
      "type": "string"
    },
    "trustLevel": {
      "type": "string"
    },
    "communicationStatus": {
      "type": "string"
    },
    "lastConnectedTime": {
      "type": "string"
    }
  }
}