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
Example response
[
{
"createdAt": "createdAt",
"chartName": "chartName",
"chartVersion": "chartVersion",
"releaseName": "releaseName",
"namespace": "namespace",
"chart": "chart",
"version": 0,
"updatedAt": "updatedAt"
}
]