NSX-T Data Center REST API

ALBControllerAdminCredential (type)

{
  "description": "Avi Load Balancer Controller admin user credential for validation.",
  "id": "ALBControllerAdminCredential",
  "module_id": "PolicyALBControllerOnBoarding",
  "properties": {
    "clustering_id": {
      "description": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX.",
      "readonly": true,
      "required": false,
      "title": "Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX",
      "type": "string"
    },
    "password": {
      "description": "Password for the Avi Load Balancer Controller admin user.",
      "required": true,
      "sensitive": true,
      "title": "Password",
      "type": "secure_string"
    }
  },
  "title": "ALBControllerAdminCredential",
  "type": "object"
}