/cm/config

Mount Point: /api/v15/cm/config

The following operations are supported on this resource:

PUT

Update the Cloudera Manager settings.

If a value is set in the given configuration, it will be added to the manager's settings, replacing any existing entry. If a value is unset (its value is null), the existing the setting will be erased.

Settings that are not listed in the input will maintain their current values.

Parameters

name description type default
message Optional message describing the changes. query

Request Body

element: configList

Settings to update.

Response Body

element: configList

The updated configuration.

GET

Retrieve the Cloudera Manager settings.

Parameters

name description type default
view The view to materialize, either "summary" or "full". query summary

Response Body

element: configList

The current Cloudera Manager settings.

PUT

Update the Cloudera Manager settings.

If a value is set in the given configuration, it will be added to the manager's settings, replacing any existing entry. If a value is unset (its value is null), the existing the setting will be erased.

Settings that are not listed in the input will maintain their current values.

Request Body

element: configList

Settings to update.

Response Body

element: configList

The updated configuration.