Get a list of applied configurations for the specified cluster.
Successfully returned a JSON list of applied configurations on the cluster.
The requested bundle is not attached to this cluster.
Cluster not found
[- {
- "parameterName": "string",
- "parameterValue": "string"
}
]
Update the cluster configuration with the provided input. If the specified configuration has not been set, it will be created.
Successfully updated the cluster configuration.
The requested bundle is not attached to this cluster.
Cluster not found
Failed to update the configuration due to an internal issue.
{- "validationMessages": {
- "property1": "string",
- "property2": "string"
}, - "parameterName": "string",
- "parameterValue": "string"
}
{- "error": "string"
}
Restore an altered configuration parameter to its default value.
Successfully reset the cluster configuration.
The requested bundle is not attached to this cluster.
Cluster not found
{- "error": "string"
}