Updates cluster profiles pack manifests to the specified cluster
PUT/v1/spectroclusters/:uid/profiles/:profileUid/packs/:packName/manifests
Updates cluster profiles pack manifests to the specified cluster
Request
Path Parameters
uid stringrequired
Cluster uid
profileUid stringrequired
Cluster profile uid
packName stringrequired
Name of the pack
- application/json
Body
Array [
]
manifests
undefined[]
Pack manifests array
contentstring
Manifest content in yaml
uidstring
Manifest uid
Responses
- 204
The resource was updated successfully
Loading...