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
Responses
- 200
 
An array of cluster pack values
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
]
]
items
object[]
required
spec
object
associatedObjectstring
isValuesOverriddenboolean
manifests
object[]
digeststring
isOverriddenboolean
namestring
parentUidstring
uidstring
namestring
packUidstring
scopestring
tagstring
valuesstring
versionstring
{
  "items": [
    {
      "spec": {
        "associatedObject": "string",
        "isValuesOverridden": true,
        "manifests": [
          {
            "digest": "string",
            "isOverridden": true,
            "name": "string",
            "parentUid": "string",
            "uid": "string"
          }
        ],
        "name": "string",
        "packUid": "string",
        "scope": "string",
        "tag": "string",
        "values": "string",
        "version": "string"
      }
    }
  ]
}
Loading...