public interface RolesResourceV11 extends RolesResourceV8
Modifier and Type | Method and Description |
---|---|
ApiRole |
readRole(String roleName,
DataView dataView)
Retrieves detailed information about a role.
|
ApiRoleList |
readRoles(String filter,
DataView dataView)
Lists all roles of a given service.
|
getStacksLog, getStacksLogsBundle
bulkDeleteRoles, listCommands, readRoles
getProcessesResource
enterMaintenanceMode, exitMaintenanceMode
createRoles, deleteRole, getFullLog, getMetrics, getStandardError, getStandardOutput, listActiveCommands, readRole, readRoleConfig, readRoles, updateRoleConfig
@Path(value="/") ApiRoleList readRoles(String filter, DataView dataView)
filter
- Optional query to filter the roles by.
The query specifies the intersection of a list of constraints, joined together with semicolons (without spaces). For example: hostname==host1.abc.com;type==DATANODE
Currently supports filtering by:dataView
- DataView for getting roles. Defaults to 'summary'.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.