Veritas NetBackup · Schema

LoginResponse

BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

Properties

Name Type Description
token string JSON Web Token for authenticating subsequent API requests
tokenType string The token type
validity integer Token validity period in seconds
View JSON Schema on GitHub

JSON Schema

veritas-netbackup-rest-login-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LoginResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "JSON Web Token for authenticating subsequent API requests"
    },
    "tokenType": {
      "type": "string",
      "description": "The token type"
    },
    "validity": {
      "type": "integer",
      "description": "Token validity period in seconds"
    }
  }
}