/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}/config
Mount Point: /api/v15/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}/config
GET
Returns the current revision of the config for the specified role config group.
Available since API v3.
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 | 
| serviceName | (no documentation provided) | path | |
| clusterName | (no documentation provided) | path | 
Response Body
| element: | configList | 
The current configuration of the role config group.
PUT
Updates the config for the given role config group.
Parameters
| name | description | type | default | 
|---|---|---|---|
| roleConfigGroupName | The name of the role config group. | path | |
| message | Optional message describing the changes. | query | |
| serviceName | (no documentation provided) | path | |
| clusterName | (no documentation provided) | path | 
Request Body
| element: | configList | 
The new config information for the group.
Response Body
| element: | configList | 
The updated config of the role config group.