Skip to main content

Reconfigure a retired Kubernetes cluster client

Select

SaaS
Customer Managed

API to reconfigure a Kubernetes cluster with clusterId

Path Parameters
  • clusterId int32 required

    clusterId is the ID of the Kubernetes cluster client

Responses

OK


Schema
  • errorCode int32
  • errorMessage string

    Tells about the error occured

  • warningCode int32
  • warningMessage string

    Tells about the warning occured

PUT /v5/kubernetes/cluster/:clusterid/reconfigure    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clusterId — path required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Cluster/:clusterId/Reconfigure' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'