/clusters/{clusterName}/services/{serviceName}/roleConfigGroups
Mount Point: /api/v18/clusters/{clusterName}/services/{serviceName}/roleConfigGroups
POST
Creates new role config groups. It is not allowed to create base groups (base must be set to false.)
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | roleConfigGroupList |
The list of groups to be created.
Response Body
element: | roleConfigGroupList |
The list of new role config groups.
GET
Returns the information for all role config groups for a given cluster and service.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | roleConfigGroupList |
The list of role config groups for the given service.