Skip to main content

Fetch(Read) Modfier details

Select

SaaS
Customer Managed

Fetch(Read) Modfier details

Path Parameters
  • clusterId int32 required

    Id of the cluster whose modifier has to be read.

  • ModifierName string required

    Name of the modifier to be read.

Query Parameters
  • resourceKind string

    Possible values: [K8S_RESTORE_MODIFIER, K8S_RESTORE_FILTER]

    Determines if the modifier is a restore filter

Responses

Success


Schema
  • outputYAML string

    Output YAML

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

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clusterId — path required
ModifierName — path required
resourceKind — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Kubernetes/:clusterId/Modifier/:ModifierName' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'