Skip to main content

Get the installed helm charts of a specified cluster

GET 

https://api.spectrocloud.com/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
  • ]

curl -L 'https://api.spectrocloud.com/v1/spectroclusters/:uid/features/helmCharts' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header