/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}
Mount Point: /api/v15/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}
The following operations are supported on this resource:
GET
Returns the information for a role config group.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
roleConfigGroupName | The name of the requested group. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | roleConfigGroup |
The requested role config group.
PUT
Updates an existing role config group
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
roleConfigGroupName | The name of the group to update. | path | |
message | The optional message describing the changes. | query | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | roleConfigGroup |
The updated role config group.
Response Body
element: | roleConfigGroup |
Role updated role config group.
DELETE
Deletes a role config group.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
roleConfigGroupName | The name of the group to delete. | path | |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | roleConfigGroup |
The deleted role config group.