Get Edge Cluster Allocation Status
Returns the allocation details of cluster and its members. Lists the edge node members, 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.
edge-cluster-id
OK
{
"display_name": "string",
"id": "string",
"member_count": 0,
"members": [
{
"allocated_services": [
{
"allocation_details": [
{
"key": "string",
"value": "string"
}
],
"high_availability_status": "string",
"service_reference": {
"is_valid": false,
"target_display_name": "string",
"target_id": "string",
"target_type": "string"
}
}
],
"allocation_pools": [
{
"active_service_count": 0,
"standby_service_count": 0,
"sub_pools": [
{
"remaining_credit_number": 0,
"sub_pool_type": "string",
"usage_percentage": "number"
}
]
}
],
"member_index": 0,
"node_display_name": "string",
"node_id": "string"
}
]
}
Display name of the edge cluster
System allotted UUID of edge cluster.
Represents the number of edge nodes in the cluster.
Allocation details of edge nodes present in the cluster.
curl -H 'Authorization: <value>' https://{api_host}/api/v1/edge-clusters/{edge-cluster-id}/allocation-status