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.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 |
ApiDeployment.getAllHostsConfig()
Configuration parameters that apply to all hosts, unless overridden at
the host level.
|
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 |
ApiDeployment.setAllHostsConfig(ApiConfigList allHostsConfig) |
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 |
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.