Updates cluster profile packs ref
PATCH/v1/clusterprofiles/:uid/packRefs
Updates cluster profile packs ref
Request
Path Parameters
uid stringrequired
Cluster profile uid
Query Parameters
notify string
Cluster profile notification uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
Array [
Array [
]
]
packs
object[]
Cluster profile packs array
layerstring
Pack layer
manifests
undefined[]
Pack manifests are additional content as part of the profile
contentstring
Manifest content in yaml
namestringrequired
Manifest name
uidstring
Manifest uid
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
uidstring
Cluster profile uid
Responses
- 204
The resource was updated successfully
Loading...