Returns the specified cluster profile packs resolved values
GET/v1/clusterprofiles/:uid/packs/resolvedValues
Returns the specified cluster profile packs resolved values
Request
Path Parameters
uid stringrequired
Cluster profile 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
resolved
object
Pack resolved values map
property name*string
{
  "resolved": {}
}
Loading...