public interface ClouderaManagerResourceV6 extends ClouderaManagerResourceV3
Modifier and Type | Method and Description |
---|---|
void |
beginTrial()
Begin trial license.
|
void |
endTrial()
End trial license.
|
ApiLicensedFeatureUsage |
getLicensedFeatureUsage()
Retrieve a summary of licensed feature usage.
|
MgmtServiceResourceV6 |
getMgmtServiceResource()
Return the Cloudera Management Services resource.
|
ApiCommand |
hostInstallCommand(ApiHostInstallArguments hostInstall)
Perform installation on a set of hosts.
|
getAllHostsResource, getCmPeersResource
getDeployment, hostsDecommissionCommand, hostsRecommissionCommand, hostsStartRolesCommand, updateDeployment
collectDiagnosticDataCommand, generateCredentialsCommand, getConfig, getLog, getVersion, inspectHostsCommand, listActiveCommands, readLicense, updateConfig, updateLicense
@Path(value="/trial/begin") void beginTrial()
@Path(value="/trial/end") void endTrial()
@Path(value="/licensedFeatureUsage") ApiLicensedFeatureUsage getLicensedFeatureUsage()
@Path(value="/commands/hostInstall") ApiCommand hostInstallCommand(ApiHostInstallArguments hostInstall)
hostInstall
- Hosts to perform installation on@Path(value="/service") MgmtServiceResourceV6 getMgmtServiceResource()
getMgmtServiceResource
in interface ClouderaManagerResource
getMgmtServiceResource
in interface ClouderaManagerResourceV2
getMgmtServiceResource
in interface ClouderaManagerResourceV3
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.