/cm/service/roleConfigGroups/{roleConfigGroupName}/config
Mount Point: /rest/cm/service/roleConfigGroups/{roleConfigGroupName}/config
GET
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
| name | description | type | default |
|---|---|---|---|
| roleConfigGroupName | The name of the role config group. | path | |
| view | The view of the data to materialize, either "summary" or "full". | query | summary |
Response Body
| element: | configList |
The current configuration of the role config group.
PUT
Updates the config for the given role config group in the Cloudera Management Services.
Available since API v3. Only available with Cloudera Manager Enterprise Edition.
Parameters
| name | description | type | default |
|---|---|---|---|
| roleConfigGroupName | The name of the role config group. | path | |
| message | Optional message describing the changes. | query |
Request Body
| element: | configList |
The new config information for the group.
Response Body
| element: | configList |
The updated config of the role config group.