public interface MgmtRolesResourceV18 extends MgmtRolesResourceV8
Modifier and Type | Method and Description |
---|---|
ApiCommand |
enterMaintenanceMode(String roleName)
Put the Cloudera Management Service role into maintenance mode.This is a
synchronous command.
|
ApiCommand |
exitMaintenanceMode(String roleName)
Take the Cloudera Management Service role out of maintenance mode.
|
getFullLog, getStacksLog, getStacksLogsBundle, getStandardError, getStandardOutput
createRoles, deleteRole, listActiveCommands, readRole, readRoleConfig, readRoles, updateRoleConfig
@Path(value="/{roleName}/commands/enterMaintenanceMode") ApiCommand enterMaintenanceMode(String roleName)
Available since API v18.
roleName
- The role name.@Path(value="/{roleName}/commands/exitMaintenanceMode") ApiCommand exitMaintenanceMode(String roleName)
Available since API v18.
roleName
- The role name.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.