v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
images

List Deployments by Image

List Deployments by Image

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

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

imageDigeststring required

Image digest

Response

List Images

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
  }
]