Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
GetGroupOverview
Get a per-cluster resource usage and health overview for a cluster group.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
groupIdStringRequiredID of the cluster group to get an overview for
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}/overview
/api/v1/federation/cluster-groups/{groupId}/overview
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}/overview' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
