Skip to main content

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

OK

Schema
    charts undefined[]
  • Array [
  • localNamestring
    matchedRegistries undefined[]
  • Array [
  • namestring
    uidstring
  • ]
  • namestring
    valuesstring
    versionstring
  • ]
Loading...