CreateClusterGroup
Create a new logical cluster group for multi-cluster federation management.
POST
/api/v1/federation/cluster-groupsOperation ID
CreateClusterGroupSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody 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
