v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
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

membersinteger[]
namestring

Example request

{
  "name": "cluster_group_name"
}

Response

Created

idinteger
namestring

Example response

{
  "name": "cluster_group_name",
  "id": 0
}