v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
clustergroup deployments

Synchronize Cluster Group Deployment

install / upgrade deployment to target clusters where deployment is not found or has wrong

put/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/deployments/{deploymentName}/sync

Path parameters

orgIdinteger required

Organization identifier

clusterGroupIdinteger required

Cluster Group ID

deploymentNamestring required

release name of a cluster group deployment

Response

Multi-cluster deployment has been synced successfully. All upgrade / install operations on all targeted clusters returned with no errors.

cloudstring
clusterIdinteger
clusterNamestring
distributionstring
errorstring
staleboolean
statusstring
versionstring

Example response

{
  "cloud": "cloud",
  "stale": true,
  "clusterName": "clusterName",
  "clusterId": 0,
  "distribution": "distribution",
  "error": "error",
  "version": "version",
  "status": "status"
}