Updates cluster profile packs ref
PATCHhttps://api.spectrocloud.com/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
packs
object[]
uidstring
Cluster profile uid
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PATCH 'https://api.spectrocloud.com/v1/clusterprofiles/:uid/packRefs' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"packs": [
{
"layer": "string",
"manifests": [
{
"content": "string",
"name": "string",
"uid": "string"
}
],
"name": "string",
"registryUid": "string",
"tag": "string",
"type": "spectro",
"uid": "string",
"values": "string"
}
],
"uid": "string"
}'