Get the installed helm charts of a specified cluster
GET/v1/spectroclusters/:uid/features/helmCharts
Get the installed helm charts of a specified cluster
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - Array [
 - ]
 - ]
 
charts undefined[]
localNamestring
matchedRegistries undefined[]
namestring
uidstring
namestring
valuesstring
versionstring
{
  "charts": [
    {
      "localName": "string",
      "matchedRegistries": [
        {
          "name": "string",
          "uid": "string"
        }
      ],
      "name": "string",
      "values": "string",
      "version": "string"
    }
  ]
}
Loading...