|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClouderaManagerResourceV2
| Method Summary | |
|---|---|
ApiDeployment |
getDeployment(DataView dataView)
Retrieve full description of the entire Cloudera Manager deployment including all hosts, clusters, services, roles, users, settings, etc. |
MgmtServiceResourceV2 |
getMgmtServiceResource()
Return the Cloudera Management Services resource. |
ApiCommand |
hostsDecommissionCommand(ApiHostNameList hostNameList)
Decommission the given hosts. |
ApiCommand |
hostsRecommissionCommand(ApiHostNameList hostNameList)
Recommission the given hosts. |
ApiCommand |
hostsStartRolesCommand(ApiHostNameList hostNameList)
Start all the roles on the given hosts. |
ApiDeployment |
updateDeployment(ApiDeployment deployment,
Boolean deleteCurrentDeployment)
Apply the supplied deployment description to the system. |
| Methods inherited from interface com.cloudera.api.v1.ClouderaManagerResource |
|---|
collectDiagnosticDataCommand, generateCredentialsCommand, getConfig, getLog, getVersion, inspectHostsCommand, listActiveCommands, readLicense, updateConfig, updateLicense |
| Method Detail |
|---|
@Path(value="/deployment") ApiDeployment getDeployment(DataView dataView)
dataView - May be one of "export" (default) or "export_redacted". The latter
replaces configurations that are sensitive with the word "REDACTED".
@Path(value="/deployment")
ApiDeployment updateDeployment(ApiDeployment deployment,
Boolean deleteCurrentDeployment)
deployment - The deployment to createdeleteCurrentDeployment - If true, the current deployment is deleted
before the specified deployment is applied
@Path(value="/commands/hostsDecommission") ApiCommand hostsDecommissionCommand(ApiHostNameList hostNameList)
@Path(value="/commands/hostsRecommission") ApiCommand hostsRecommissionCommand(ApiHostNameList hostNameList)
@Path(value="/commands/hostsStartRoles") ApiCommand hostsStartRolesCommand(ApiHostNameList hostNameList)
@Path(value="/service") MgmtServiceResourceV2 getMgmtServiceResource()
getMgmtServiceResource in interface ClouderaManagerResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||