NSX-T Data Center REST API

ALBAuthToken (type)

{
  "description": "Avi Load Balancer Auth Token.",
  "id": "ALBAuthToken",
  "module_id": "PolicyALBControllerOnBoarding",
  "properties": {
    "expires_at": {
      "description": "Expiry time of the token will be set by LCM at the time of Enforcement Point Creation.",
      "required": false,
      "title": "Expiry time of the token",
      "type": "string"
    },
    "hours": {
      "description": "Hours to validate the token.",
      "required": true,
      "title": "hours",
      "type": "string"
    },
    "token": {
      "description": "Token for Avi Controller.",
      "title": "Token for Avi Controller",
      "type": "string"
    },
    "username": {
      "description": "Avi controller username.",
      "required": true,
      "title": "username",
      "type": "string"
    }
  },
  "title": "Auth Token",
  "type": "object"
}