Updates the specified cluster groups profiles
PUT/v1/clustergroups/:uid/profiles
Updates the specified cluster groups profiles
Request
Path Parameters
uid stringrequired
ClusterGroup uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
- Array [
- Array [
- Array [
- ]
- ]
- ]
profiles object[]required
packValues object[]
Cluster profile packs array
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
tagstring
Pack version tag
typestring
Possible values: [spectro
, helm
, manifest
, oci
]
Default value: spectro
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
replaceWithProfilestring
Cluster profile uid to be replaced with new profile
uidstring
Cluster profile uid
spcApplySettings object
actionTypestring
Possible values: [DownloadAndInstall
, DownloadAndInstallLater
]
Responses
- 204
The resource was updated successfully
Loading...