Skip to main content
Version: latest

Updates the specified cluster groups profiles

PUT 

https://api.spectrocloud.com/v1/clustergroups/:uid/profiles

Updates the specified cluster groups profiles

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header
Body
{
"profiles": [
{
"packValues": [
{
"manifests": [
{
"content": "string",
"name": "string",
"uid": "string"
}
],
"name": "string",
"tag": "string",
"type": "spectro",
"values": "string"
}
],
"replaceWithProfile": "string",
"uid": "string",
"variables": [
{
"name": "string",
"value": "string"
}
]
}
],
"spcApplySettings": {
"actionType": "DownloadAndInstall"
}
}