Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
com.cloudera.api.v1 |
API version 1, introduced in Cloudera Manager 4.0.
|
com.cloudera.api.v15 |
API version 15, introduced in Cloudera Manager 5.10.0.
|
com.cloudera.api.v16 |
API version 16, introduced in Cloudera Manager 5.11.0.
|
com.cloudera.api.v3 |
API version 3, introduced in Cloudera Manager 4.5.
|
Modifier and Type | Class and Description |
---|---|
class |
ApiRoleTypeConfig
Role type configuration information.
|
class |
ApiServiceConfig
Service and role type configuration.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ApiExternalAccount.getAccountConfigs()
Represents the account configuration for this account.
|
ApiConfigList |
ApiDeployment.getAllHostsConfig()
Configuration parameters that apply to all hosts, unless overridden at
the host level.
|
ApiConfigList |
ApiExternalAccountType.getAllowedAccountConfigs()
Represents the list of allowed account configs.
|
ApiConfigList |
ApiRoleConfigGroup.getConfig()
The configuration for this group.
|
ApiConfigList |
ApiRole.getConfig()
The role configuration.
|
ApiConfigList |
ApiHost.getConfig() |
ApiConfigList |
ApiDeployment.getManagerSettings()
The full configuration of Cloudera Manager itself including licensing info
|
Modifier and Type | Method and Description |
---|---|
void |
ApiExternalAccount.setAccountConfigs(ApiConfigList accountConfigs) |
void |
ApiDeployment.setAllHostsConfig(ApiConfigList allHostsConfig) |
void |
ApiExternalAccountType.setAllowedAccountConfigs(ApiConfigList allowedAccountConfigs) |
void |
ApiRoleConfigGroup.setConfig(ApiConfigList config) |
void |
ApiRole.setConfig(ApiConfigList config) |
void |
ApiHost.setConfig(ApiConfigList config) |
void |
ApiDeployment.setManagerSettings(ApiConfigList managerSettings) |
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResource.getConfig(DataView dataView)
Retrieve the Cloudera Manager settings.
|
ApiConfigList |
HostsResource.readHostConfig(String hostId,
DataView dataView)
Retrieves the configuration of a specific host.
|
ApiConfigList |
RolesResource.readRoleConfig(String roleName,
DataView dataView)
Retrieves the configuration of a specific role.
|
ApiConfigList |
MgmtRolesResource.readRoleConfig(String roleName,
DataView dataView)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiConfigList |
ClouderaManagerResource.updateConfig(ApiConfigList config)
Update the Cloudera Manager settings.
|
ApiConfigList |
HostsResource.updateHostConfig(String hostId,
String message,
ApiConfigList config)
Updates the host configuration with the given values.
|
ApiConfigList |
RolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Updates the role configuration with the given values.
|
ApiConfigList |
MgmtRolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Update the configuration of a Cloudera Management Services role.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResource.updateConfig(ApiConfigList config)
Update the Cloudera Manager settings.
|
ApiConfigList |
HostsResource.updateHostConfig(String hostId,
String message,
ApiConfigList config)
Updates the host configuration with the given values.
|
ApiConfigList |
RolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Updates the role configuration with the given values.
|
ApiConfigList |
MgmtRolesResource.updateRoleConfig(String roleName,
String message,
ApiConfigList config)
Update the configuration of a Cloudera Management Services role.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResourceV15.updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResourceV15.updateConfig(ApiConfigList config,
String message)
Update the Cloudera Manager settings.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ExternalAccountsResourceV16.readConfig(String name,
DataView view)
Get configs of external account for the given account name.
|
ApiConfigList |
ExternalAccountsResourceV16.updateConfig(String name,
ApiConfigList config,
String message)
Upadate configs of external account for the given account name.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ExternalAccountsResourceV16.updateConfig(String name,
ApiConfigList config,
String message)
Upadate configs of external account for the given account name.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
AllHostsResource.readConfig(DataView dataView)
Retrieve the default configuration for all hosts.
|
ApiConfigList |
RoleConfigGroupsResource.readConfig(String roleConfigGroupName,
DataView dataView)
Returns the current revision of the config
for the specified role config group.
|
ApiConfigList |
MgmtRoleConfigGroupsResource.readConfig(String roleConfigGroupName,
DataView dataView)
Returns the current revision of the config
for the specified role config group in the Cloudera Management Services.
|
ApiConfigList |
AllHostsResource.updateConfig(String message,
ApiConfigList config)
Update the default configuration values for all hosts.
|
ApiConfigList |
RoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group.
|
ApiConfigList |
MgmtRoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group
in the Cloudera Management Services.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
AllHostsResource.updateConfig(String message,
ApiConfigList config)
Update the default configuration values for all hosts.
|
ApiConfigList |
RoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group.
|
ApiConfigList |
MgmtRoleConfigGroupsResource.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList config)
Updates the config for the given role config group
in the Cloudera Management Services.
|
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.