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
uid stringrequired
Cluster profile uid
Query Parameters
includePackMeta string
Comma seperated pack meta such as schema, presets
- application/json
Body
Array [
]
pack
object
Pack request payload
layerstring
Pack layer
manifests
undefined[]
Pack manifests are additional content as part of the profile
contentstring
Manifest content
namestring
Manifest name
namestringrequired
Pack name
registryUidstring
Pack registry uid
tagstring
Pack tag
typestring
Possible values: [spectro
, helm
, manifest
, oci
]
Default value: spectro
uidstring
Pack uid
valuesstring
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
uidstringrequired
{
"uid": "string"
}
Loading...