clustergroups

Update Cluster Group

update name & member clusters for a cluster group

put/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}

Path parameters

orgIdinteger required

Organization identifier

clusterGroupIdinteger required

Cluster Group ID

Request body

membersinteger[]
namestring

Example request

{
  "name": "cluster_group_name"
}

Response

Accepted

idinteger
namestring

Example response

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

Changes

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