Skip to main content

Updates the cluster's manifest data

PUT 

https://api.spectrocloud.com/v1/spectroclusters/:uid/assets/kubeconfig

Authorization: ApiKey

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

Updates the cluster's manifest data

Request

Path Parameters

    uid stringrequired

    Cluster uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    kubeconfigstring

Responses

The resource was updated successfully

curl -L -X PUT 'https://api.spectrocloud.com/v1/spectroclusters/:uid/assets/kubeconfig' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"kubeconfig": "string"
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header
Body
{
"kubeconfig": "string"
}