Platform Operations/Platform Federation
PUTPlatformSince 1.0SynchronousAuth Required
UpdateClusterGroup
Update the cluster membership list for an existing 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 update
Body Fields
clusterIdsListRequiredUpdated list of cluster UUIDs for this group
Example: item1,item2
Responses
Endpoint
PUT/api/v1/federation/cluster-groups/{groupId}/clusters
/api/v1/federation/cluster-groups/{groupId}/clusters
Request Example
curl -X PUT '{host}/api/v1/federation/cluster-groups/{groupId}/clusters' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
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.
