v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
clustergroup deployments

Get All Deployments of a Cluster Group

retrieve all deployments from a cluster group

get/api/v1/orgs/{orgid}/clustergroups/{clusterGroupId}/deployments

Path parameters

orgIdinteger required

Organization identifier

clusterGroupIdinteger required

Cluster Group ID

Response

OK

chartstring
chartNamestring
chartVersionstring
createdAtstring
namespacestring
releaseNamestring
updatedAtstring
versioninteger

Example response

[
  {
    "createdAt": "createdAt",
    "chartName": "chartName",
    "chartVersion": "chartVersion",
    "releaseName": "releaseName",
    "namespace": "namespace",
    "chart": "chart",
    "version": 0,
    "updatedAt": "updatedAt"
  }
]