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
- 200
An array of cluster profile pack configurations
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
items
object[]
required
Cluster profile packs array
spec
object
associatedObjectstring
isValuesOverriddenboolean
manifests
object[]
digeststring
isOverriddenboolean
namestring
parentUidstring
uidstring
namestring
packUidstring
scopestring
tagstring
typestring
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",
"type": "string",
"values": "string",
"version": "string"
}
}
]
}
Loading...