public interface RolesResourceV8 extends RolesResourceV6
Modifier and Type | Method and Description |
---|---|
InputStream |
getStacksLog(String roleName)
Retrieves the stacks log file, if any, for the role's main process.
|
InputStream |
getStacksLogsBundle(String roleName)
Download a zip-compressed archive of role stacks logs.
|
bulkDeleteRoles, listCommands, readRoles
getProcessesResource
enterMaintenanceMode, exitMaintenanceMode
createRoles, deleteRole, getFullLog, getMetrics, getStandardError, getStandardOutput, listActiveCommands, readRole, readRoleConfig, readRoles, updateRoleConfig
@Path(value="/{roleName}/logs/stacks") InputStream getStacksLog(String roleName)
roleName
- The role to fetch stacks logs from.@Path(value="/{roleName}/logs/stacksBundle") InputStream getStacksLogsBundle(String roleName)
roleName
- The role to fetch the stacks logs bundle from.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.