com.cloudera.api.v16
Interface ClouderaManagerResourceV16

All Superinterfaces:
ClouderaManagerResource, ClouderaManagerResourceV11, ClouderaManagerResourceV12, ClouderaManagerResourceV14, ClouderaManagerResourceV15, ClouderaManagerResourceV2, ClouderaManagerResourceV3, ClouderaManagerResourceV6, ClouderaManagerResourceV7, ClouderaManagerResourceV8
All Known Subinterfaces:
ClouderaManagerResourceV17, ClouderaManagerResourceV18, ClouderaManagerResourceV19

public interface ClouderaManagerResourceV16
extends ClouderaManagerResourceV15


Method Summary
 ApiCommand refreshParcelRepos()
           Submit a command to refresh parcels information.
 
Methods inherited from interface com.cloudera.api.v15.ClouderaManagerResourceV15
getShutdownReadiness, hostsRecommissionWithStartCommand, updateConfig
 
Methods inherited from interface com.cloudera.api.v14.ClouderaManagerResourceV14
getScmDbInfo
 
Methods inherited from interface com.cloudera.api.v12.ClouderaManagerResourceV12
importClusterTemplate
 
Methods inherited from interface com.cloudera.api.v11.ClouderaManagerResourceV11
getCmPeersResource
 
Methods inherited from interface com.cloudera.api.v8.ClouderaManagerResourceV8
getMgmtServiceResource
 
Methods inherited from interface com.cloudera.api.v7.ClouderaManagerResourceV7
getKerberosPrincipals, importAdminCredentials, importKerberosPrincipal
 
Methods inherited from interface com.cloudera.api.v6.ClouderaManagerResourceV6
beginTrial, endTrial, getLicensedFeatureUsage, hostInstallCommand
 
Methods inherited from interface com.cloudera.api.v3.ClouderaManagerResourceV3
getAllHostsResource
 
Methods inherited from interface com.cloudera.api.v2.ClouderaManagerResourceV2
getDeployment, hostsDecommissionCommand, hostsRecommissionCommand, hostsStartRolesCommand, updateDeployment
 
Methods inherited from interface com.cloudera.api.v1.ClouderaManagerResource
collectDiagnosticDataCommand, generateCredentialsCommand, getConfig, getLog, getVersion, inspectHostsCommand, listActiveCommands, readLicense, updateConfig, updateLicense
 

Method Detail

refreshParcelRepos

@Path(value="/commands/refreshParcelRepos")
ApiCommand refreshParcelRepos()

Submit a command to refresh parcels information.

This API could be used following two scenarios.
- User updated Cloudera Manager's local parcel repository.
- User updated remote parcel locations.

User wants to invoke this API to make sure that Cloudera Manager gets latest parcels information. User can then monitor the returned command before proceeding to the next step.

Returns:
Information about the submitted command.


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.