NSX-T Data Center REST API
VirtualNetworkApplianceClusterAllocationStatus (type)
{
"additionalProperties": false,
"description": "Allocation details of VNA Cluster and its members. Contains information of the virtual network appliance present in cluster, active and standby services running on each node, utilization details of configured sub-pools. These allocation details can be monitored by customers to trigger migration of certain service contexts to different virtual network appliance, to balance the utilization of virtual network appliance resources.",
"id": "VirtualNetworkApplianceClusterAllocationStatus",
"module_id": "VirtualNetworkApplianceClusterStatistics",
"properties": {
"display_name": {
"description": "Display name of the virtual network appliance Cluster whose status is being reported.",
"readonly": true,
"title": "Display name of the Virtual Network Appliance Cluster",
"type": "string"
},
"member_count": {
"description": "Represents the number of virtualNetworkAppliances in the cluster.",
"readonly": true,
"title": "Count Of VirtualNetworkAppliances Present in the Cluster",
"type": "int"
},
"members": {
"description": "Allocation details of virtual network appliance present in the cluster.",
"items": {
"$ref": "VirtualNetworkApplianceClusterMemberAllocationStatus"
},
"readonly": true,
"title": "Allocation Status of VirtualNetworkAppliances",
"type": "array"
}
},
"title": "Allocation details of VNA Cluster",
"type": "object"
}