Skip to main content
Version: latest

Returns the specified cluster profile pack configuration

GET 

/v1/clusterprofiles/:uid/packs/:packName/config

Returns the specified cluster profile pack configuration

Request

Path Parameters

    uid stringrequired

    cluster profile uid

    packName stringrequired

    Cluster profile pack name

Query Parameters

    packUid stringrequired

    Cluster profile pack uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of cluster profile pack configurations

Schema

    items

    object[]

    required

    Cluster profile packs array

  • Array [

  • spec

    object

    associatedObjectstring
    isValuesOverriddenboolean

    manifests

    object[]

  • Array [

  • digeststring
    isOverriddenboolean
    namestring
    parentUidstring
    uidstring
  • ]

  • namestring
    packUidstring
    scopestring
    tagstring
    typestring
    valuesstring
    versionstring
  • ]

Loading...