NSX-T Data Center REST API

ALBControllerNodeVMDeploymentProgressState (type)

{
  "description": "Deployment progress state of Avi Load Balancer Controller node. This Object contains name of current deployment step and overall progress percentage.",
  "id": "ALBControllerNodeVMDeploymentProgressState",
  "module_id": "PolicyALBControllerDeployment",
  "properties": {
    "current_step_title": {
      "description": "Name of the current running step of deployment.",
      "readonly": true,
      "required": false,
      "title": "Name of the current step",
      "type": "string"
    },
    "progress": {
      "description": "Overall progress percentage of deployment completed.",
      "readonly": true,
      "required": false,
      "title": "Progress percentage",
      "type": "integer"
    }
  },
  "title": "Deployment progress of Avi Load Balancer Controller node",
  "type": "object"
}