Skip to main content
Version: latest

Returns the specified cluster's profile pack configuration

GET 

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

Returns the specified cluster's profile pack configuration

Request

Path Parameters

    uid stringrequired

    cluster uid

    profileUid stringrequired

    profile 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
    typestring
    valuesstring
    versionstring
  • ]

Loading...