Adds a new pack to the specified cluster profile and returns the created pack uid
POST/v1/clusterprofiles/:uid/packs
Adds a new pack to the specified cluster profile and returns the created pack uid
Request
Path Parameters
Cluster profile uid
Query Parameters
Comma seperated pack meta such as schema, presets
Header Parameters
Scope the request to the specified project uid
- application/json
Body
Array [
]
pack
object
Pack request payload
Pack layer
manifests
undefined[]
Pack manifests are additional content as part of the profile
Manifest content
Manifest name
Pack name
Pack registry uid
Pack tag
Possible values: [spectro
, helm
, manifest
, oci
]
Default value: spectro
Pack uid
Pack values represents the values.yaml used as input parameters either Params OR Values should be used, not both If both applied at the same time, will only use Values
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
{
"uid": "string"
}