Fetch(Read) Modfier details
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.
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- outputYAML string
Output YAML
resp object
errorMessage stringerrorCode int32
{
"outputYAML": "string",
"resp": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...