clustergroups
Create Cluster Group
create a group of clusters, joining clusters together with a name
post/api/v1/orgs/{orgid}/clustergroups
Path parameters
orgIdinteger required
Organization identifier
Request body
Example request
{
"name": "cluster_group_name"
}Response
Created
Example response
{
"name": "cluster_group_name",
"id": 0
}