Skip to main content

Create a Modifier

Create a Modifier

Path Parameters
  • clusterId int32 required

    Id of the cluster whose modifier has to be created.

Request Body
  • modifierYAML string

    Restore Modifier YAML

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
POST /v4/kubernetes/:clusterid/modifier    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
clusterId — path required
Body
{
"modifierYAML": "string"
}
curl -L -X POST 'https://localhost/webconsole/api/V4/Kubernetes/:clusterId/Modifier' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"modifierYAML": "string"
}'