EdgeClusterAllocationStatus
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.
{
"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.