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
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.