NSX-T Data Center REST API
ALBControllerClusterInfo (type)
{
"additionalProperties": false,
"description": "Avi Load Balancer Controller cluster information about nodes in the cluster and cluster information.",
"id": "ALBControllerClusterInfo",
"module_id": "PolicyALBControllerDeployment",
"properties": {
"cluster_name": {
"description": "Avi Load Balancer Controller cluster name.",
"readonly": true,
"title": "Avi Load Balancer Controller cluster name",
"type": "string"
},
"cluster_state": {
"description": "Avi Load Balancer Controller cluster state.",
"readonly": true,
"title": "Avi Load Balancer Controller cluster state",
"type": "string"
},
"cluster_uuid": {
"description": "ID of the Cluster maintained internally. Note: This is automatically generated and cannot be modified.",
"readonly": true,
"title": "ID of the cluster used to recognize it",
"type": "string"
},
"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"
},
"error": {
"$ref": "AlbControllerClusterRuntimeError",
"description": "Avi Load Balancer Controller cluster error information, if any.",
"readonly": true,
"title": "Avi Load Balancer Controller cluster error"
},
"nodes": {
"items": {
"$ref": "ALBControllerNodeInfo"
},
"title": "Avi Load Balancer Controller node information",
"type": "array"
},
"reason": {
"description": "Avi Load Balancer cluster state not STABLE reason.",
"readonly": true,
"title": "Avi Load Balancer cluster state not STABLE reason",
"type": "string"
},
"version": {
"description": "Avi Load Balancer Controller cluster version.",
"readonly": true,
"title": "Avi Load Balancer Controller cluster version",
"type": "string"
},
"virtual_ip": {
"$ref": "IPAddress",
"description": "Avi Load Balancer Controller cluster virtual_ip.",
"readonly": true,
"title": "Avi Load Balancer Controller cluster VIP"
}
},
"title": "Avi Load Balancer Controller cluster info",
"type": "object"
}