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.

Query Parameters
  • resourceKind string

    Possible values: [K8S_RESTORE_MODIFIER, K8S_RESTORE_FILTER]

    Determines if the modifiers to be returned are restore filters

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