Get specified cluster pack properties
GET/v1/spectroclusters/:uid/pack/properties
Get specified cluster pack properties
Request
Path Parameters
uid stringrequired
Cluster uid
Query Parameters
layer stringrequired
Pack layer
fieldPath stringrequired
Pack values yaml field path
name string
Pack name
resolveMacros boolean
Default value: true
Is the macros need to be resolved
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
Cluster's pack properties response
- application/json
- Schema
- Example (from schema)
Schema
yamlstring
{
"yaml": "string"
}
Loading...