Returns the specified cluster profile pack configuration
GEThttps://api.spectrocloud.com/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
Responses
- 200
An array of cluster profile pack configurations
- application/json
- Schema
- Example (from schema)
Schema
items
object[]
required
{
"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"
}
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clusterprofiles/:uid/packs/:packName/config' \
-H 'Accept: application/json'