Platform Operations/Platform Federation
GETPlatformSince 1.0SynchronousAuth Required
GetClusterGroup
Get details of a specific cluster group by its ID.
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 retrieve
Responses
Endpoint
GET/api/v1/federation/cluster-groups/{groupId}
/api/v1/federation/cluster-groups/{groupId}
Request Example
curl -X GET '{host}/api/v1/federation/cluster-groups/{groupId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "cg-001-xyz",
"name": "production-clusters",
"description": "All production environment clusters",
"clusterIds": [],
"createdAt": "example"
}Change History
This API has no change history records yet.
