NSX-T Data Center REST API

PolicyEdgeClusterAllocationStatus (type)

{
  "additionalProperties": false,
  "description": "Allocation details of cluster and its members. Contains information of the edge nodes 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 edge nodes, to balance the utilization of edge node resources.",
  "id": "PolicyEdgeClusterAllocationStatus",
  "module_id": "PolicyEdgeClusterStatistics",
  "properties": {
    "edge_cluster_name": {
      "description": "Display name of the edge cluster whose status is being reported.",
      "readonly": true,
      "title": "Display name of the 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": "PolicyEdgeMemberAllocationStatus"
      },
      "readonly": true,
      "title": "Allocation Status of edge nodes",
      "type": "array"
    }
  },
  "title": "Allocation details of edge cluster",
  "type": "object"
}