Platform Operations/Platform Federation
POSTPlatformSince 1.0SynchronousAuth Required
CreateClusterGroup
Create a new logical cluster group for multi-cluster federation management.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
nameStringRequiredName for the new cluster group
Example: production-clusters
descriptionStringRequiredDescription of the cluster group purpose
Example: All production environment clusters
clusterIdsListRequiredList of cluster UUIDs to include in this group
Example: item1,item2
Responses
Endpoint
POST/api/v1/federation/cluster-groups
/api/v1/federation/cluster-groups
Request Example
curl -X POST '{host}/api/v1/federation/cluster-groups' -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.
