Skip to main content

Fetch all the modifiers

Select

SaaS
Customer Managed

Fetch all the modifiers

Path Parameters
  • clusterId int32 required

    Id of the cluster whose modifier has to be listed.

Responses

Success


Schema
  • outputYAML string

    Output YAML

  • resp object
  • errorMessage string
  • errorCode int32
GET /v4/kubernetes/:clusterid/modifier    

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 GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/:clusterId/Modifier' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'