role

Retrieves the named role.

Example Request

GET http://example.com:8080/livecluster/rest/user/role

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

name

String

Name of the role whose information needs to be retrieved

Service

Example Response

{
"name": "Service",
"description": "View plus management of own services",
"managerAccess": "*",
"ldapGroup": "",
"maxPriority": -1,
"permissions": "Broker Admin View,Broker Configuration View,Broker Monitor,Broker Routing View,Diagnostics,Service Condition View,Documentation,Driver View,Driver Download,Engine View,Engine Configuration View,Engine Daemon View,Engine Install,Engine Log Files,Engine Properties View,Engine Properties List View,Resource Deployment View,GridCache View,GridCache Schema View,Grid Monitor,Service Session View,Service Session View Group,Service Session Manage,Service Session Manage Group,License View,Service Group View,Service Type List,Service Type View,Test Job,User View,Role View,Auth View,Dashboard View,Dashboard Grid View,Dashboard Services View,Dashboard Brokers View,Dashboard Drivers View,Dashboard Daemons View,Dashboard Engines View,Web Services List View,Execute Services,Quarantine Engine,Service Diagnostics"
}