Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Apply Configuration Settings method SHOULD<37> be used to initiate the application of new or pending configuration settings in a big data cluster or to abort a failed application of configuration settings in a big data cluster.
This method is invoked by sending a PATCH operation to the following URI.
-
https://<clusterIp>:<controllerPort>/api/<uriVersion>/bdc/config
The HTTP response message for the Apply Configuration Settings method can include the following status codes.
|
HTTP status code |
Description |
|---|---|
|
200 |
The configuration upgrade was initiated. |
|
400 |
The request was invalid. |
|
400 |
The control plane MUST be upgraded before the configuration for the big data cluster can be upgraded. |
|
400 |
An upgrade is already in progress. |
|
401 |
User is not authorized to make this request. |
|
500 |
An internal error occurred while processing the configuration upgrade. |