Skip to main content

Returns the specified cluster's pack configuration

GET 

/v1/spectroclusters/:uid/packs/:packName/config

Deprecated

Request

Path Parameters

    uid stringrequired

    cluster uid

    packName stringrequired

    pack name

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of cluster pack values

Schema
    items object[]required
  • Array [
  • spec object
    associatedObjectstring
    isValuesOverriddenboolean
    manifests object[]
  • Array [
  • digeststring
    isOverriddenboolean
    namestring
    parentUidstring
    uidstring
  • ]
  • namestring
    packUidstring
    scopestring
    tagstring
    valuesstring
    versionstring
  • ]
Loading...