NSX-T Data Center REST API

EdgeClusterAllocationStatus (type)

{
  "additionalProperties": false,
  "description": "Allocation details of cluster and its members. Contains information of the edge nodes present in cluster, active and standby services of 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 edge nodes, to balance the utilization of edge node resources.",
  "id": "EdgeClusterAllocationStatus",
  "module_id": "EdgeClusters",
  "properties": {
    "display_name": {
      "readonly": true,
      "title": "Display name of the edge cluster",
      "type": "string"
    },
    "id": {
      "description": "System allotted UUID of edge cluster.",
      "readonly": true,
      "title": "Unique identifier of edge cluster",
      "type": "string"
    },
    "member_count": {
      "description": "Represents the number of edge nodes in the cluster.",
      "readonly": true,
      "title": "Count of edge nodes present in the cluster",
      "type": "int"
    },
    "members": {
      "description": "Allocation details of edge nodes present in the cluster.",
      "items": {
        "$ref": "EdgeMemberAllocationStatus"
      },
      "readonly": true,
      "title": "Allocation Status of edge nodes",
      "type": "array"
    }
  },
  "title": "Allocationd details of edge cluster",
  "type": "object"
}