Get cluster package list

Get cluster package list

get

Get the list of packages in the cluster.

Path parameters
clusterIdstringRequired
Responses
200
OK
*/*
get
GET /v1/clusters/{clusterId}/packages HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "appVersion": "4.7.3",
    "chartName": "cocktail",
    "chartVersion": "4.7.4",
    "info": {
      "deleted": "0001-01-01 00:00:00 +0000 UTC",
      "description": "",
      "firstDeployed": "2023-04-29 05:54:50.086853557 +0000 UTC",
      "icon": "",
      "lastDeployed": "2023-04-29 06:04:37.924985116 +0000 UTC",
      "notes": "",
      "readme": "",
      "status": "deployed"
    },
    "name": "cocktail",
    "namespace": "cocktail-system",
    "revision": "2"
  }
]

Was this helpful?