3.1.5.7.3 Set Cluster Configuration Settings

The Set Cluster Configuration Settings method SHOULD<39> be used to set pending cluster-level settings.

This method is invoked by sending a POST operation to the following URI.

 https://<clusterIp>:<controllerPort>/api/<uriVersion>/bdc/config

The HTTP response message for the Set Cluster Configuration Settings method can include the following status codes.

HTTP status code

Description

200

Configuration settings are successfully set.

400

Unable to parse the configuration settings.

400

Request format is invalid.

400

Configuration request is empty.

400

An upgrade is already in progress. The big data cluster MUST be upgraded or rolled back before configuring new settings.

400

Configuration request contains invalid settings.

401

User is not authorized to make this request.

404

The big data cluster does not exist.

500

An internal error occurred while processing the configuration upgrade.