Skip to main content

Get the installed manifests of a specified cluster

GET 

https://api.spectrocloud.com/v1/spectroclusters/:uid/features/manifests

Get the installed manifests of a specified cluster

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    manifests

    undefined[]

  • Array [

  • contentstring
    namestring
    namespacestring
    typestring
  • ]

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