/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}/roles

Mount Point: /api/v15/clusters/{clusterName}/services/{serviceName}/roleConfigGroups/{roleConfigGroupName}/roles

GET

Returns all roles in the given role config group.

Available since API v3.

Parameters

name description type default
roleConfigGroupName The name of the role config group. path
serviceName (no documentation provided) path
clusterName (no documentation provided) path

Response Body

element: roleList

The roles in the role config group.

PUT

Moves roles to the specified role config group. The roles can be moved from any role config group belonging to the same service. The role type of the destination group must match the role type of the roles.

Available since API v3.

Parameters

name description type default
roleConfigGroupName The name of the group the roles will be moved to. path
serviceName (no documentation provided) path
clusterName (no documentation provided) path

Request Body

element: roleNames

The names of the roles to move.

Response Body

element: roleList

The roles which have been moved successfully.