Returns the specified clustergroup's profile packs resolved values
GET/v1/clustergroups/:uid/packs/resolvedValues
Returns the specified clustergroup's profile packs resolved values
Request
Path Parameters
uid stringrequired
Cluster group uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
referencesstring[]
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
profiles undefined[]
resolved object
Cluster profile pack resolved values
property name*string
uidstring
Cluster profile uid
{
  "profiles": [
    {
      "resolved": {},
      "uid": "string"
    }
  ]
}
Loading...