/cm/service/config
Mount Point: /api/v13/cm/service/config
GET
Retrieve the configuration of the Cloudera Management Services.
Parameters
name | description | type | default |
---|---|---|---|
view | The view of the data to materialize, either "summary" or "full". | query | summary |
Response Body
element: | serviceConfig |
List with configured and available configuration options.
PUT
Update the Cloudera Management Services configuration.
If a value is set in the given configuration, it will be added to the service's configuration, replacing any existing entries. If a value is unset (its value is null), the existing configuration for the attribute will be erased, if any.
Attributes that are not listed in the input will maintain their current values in the configuration.
Parameters
name | description | type | default |
---|---|---|---|
message | Optional message describing the changes. | query |
Request Body
element: | serviceConfig |
Configuration changes.
Response Body
element: | serviceConfig |
The new service configuration.