v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
deployments

List deployments

Listing Helm deployments

get/api/v1/orgs/{orgId}/clusters/{id}/deployments

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Query parameters

tagstring

Deployment tag to filter for

Response

Deployments listed

releaseNamestring
chartstring
chartNamestring
chartVersionstring
versioninteger
updatedAtstring
statusstring
namespacestring
createdAtstring
supportedboolean

Example response

[
  {
    "createdAt": "2018-07-03T14:23:19+02:00",
    "chartName": "pipeline-cluster-ingress",
    "chartVersion": "0.0.1",
    "releaseName": "pipeline",
    "namespace": "default",
    "chart": "pipeline-cluster-ingress-0.0.1",
    "version": 1,
    "updatedAt": "2018-07-03T14:23:19+02:00",
    "status": "DEPLOYED",
    "supported": true
  }
]