Veritas NetBackup · JSON Structure

Veritas Netbackup Rest Login Response Structure

Type: object Properties: 3
BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

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

Properties

token tokenType validity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LoginResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    },
    "tokenType": {
      "type": "string"
    },
    "validity": {
      "type": "integer"
    }
  }
}