public interface ClouderaManagerResourceV15 extends ClouderaManagerResourceV14
Modifier and Type | Method and Description |
---|---|
ApiShutdownReadiness |
getShutdownReadiness(String lastActivityTime)
Retrieve Cloudera Manager's readiness for shutdown and destroy.
|
ApiCommand |
hostsRecommissionWithStartCommand(ApiHostNameList hostNameList)
Recommission the given hosts.
|
ApiConfigList |
updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings.
|
getScmDbInfo
importClusterTemplate
getCmPeersResource
getMgmtServiceResource
getKerberosPrincipals, importAdminCredentials, importKerberosPrincipal
beginTrial, endTrial, getLicensedFeatureUsage, hostInstallCommand
getAllHostsResource
getDeployment, hostsDecommissionCommand, hostsRecommissionCommand, hostsStartRolesCommand, updateDeployment
collectDiagnosticDataCommand, generateCredentialsCommand, getConfig, getLog, getVersion, inspectHostsCommand, listActiveCommands, readLicense, updateConfig, updateLicense
@Path(value="/config") ApiConfigList updateConfig(ApiConfigList config, String message)
If a value is set in the given configuration, it will be added to the manager's settings, replacing any existing entry. If a value is unset (its value is null), the existing the setting will be erased.
Settings that are not listed in the input will maintain their current values.
config
- Settings to update.message
- Optional message describing the changes.@Path(value="/shutdownReadiness") ApiShutdownReadiness getShutdownReadiness(String lastActivityTime)
lastActivityTime
- End time of the last known activity/workload
against the managed clusters, in ISO 8601 format.@Path(value="/commands/hostsRecommissionWithStart") ApiCommand hostsRecommissionWithStartCommand(ApiHostNameList hostNameList)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.