Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResourceApi.getConfig(String view)
Retrieve the Cloudera Manager settings.
|
ApiConfigList |
AllHostsResourceApi.readConfig(String view)
Retrieve the default configuration for all hosts.
|
ApiConfigList |
MgmtRoleConfigGroupsResourceApi.readConfig(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
ApiConfigList |
AuthServiceRoleConfigGroupsResourceApi.readConfig(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
ApiConfigList |
ExternalAccountsResourceApi.readConfig(String name,
String view)
Get configs of external account for the given account name.
|
ApiConfigList |
RoleConfigGroupsResourceApi.readConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
ApiConfigList |
HostsResourceApi.readHostConfig(String hostId,
String view)
Retrieves the configuration of a specific host.
|
ApiConfigList |
AuthServiceRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiConfigList |
MgmtRolesResourceApi.readRoleConfig(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiConfigList |
RolesResourceApi.readRoleConfig(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific role.
|
ApiConfigList |
ClouderaManagerResourceApi.updateConfig(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiConfigList |
AllHostsResourceApi.updateConfig(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiConfigList |
MgmtRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiConfigList |
AuthServiceRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiConfigList |
ExternalAccountsResourceApi.updateConfig(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiConfigList |
RoleConfigGroupsResourceApi.updateConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
ApiConfigList |
HostsResourceApi.updateHostConfig(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
ApiConfigList |
AuthServiceRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiConfigList |
MgmtRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiConfigList |
RolesResourceApi.updateRoleConfig(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiConfigList> |
ClouderaManagerResourceApi.getConfigWithHttpInfo(String view)
Retrieve the Cloudera Manager settings.
|
ApiResponse<ApiConfigList> |
AllHostsResourceApi.readConfigWithHttpInfo(String view)
Retrieve the default configuration for all hosts.
|
ApiResponse<ApiConfigList> |
MgmtRoleConfigGroupsResourceApi.readConfigWithHttpInfo(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
ApiResponse<ApiConfigList> |
AuthServiceRoleConfigGroupsResourceApi.readConfigWithHttpInfo(String roleConfigGroupName,
String view)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.readConfigWithHttpInfo(String name,
String view)
Get configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.readConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
ApiResponse<ApiConfigList> |
HostsResourceApi.readHostConfigWithHttpInfo(String hostId,
String view)
Retrieves the configuration of a specific host.
|
ApiResponse<ApiConfigList> |
AuthServiceRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Authentication Services role.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.readRoleConfigWithHttpInfo(String roleName,
String view)
Retrieve the configuration of a specific Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.readRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String view)
Retrieves the configuration of a specific role.
|
ApiResponse<ApiConfigList> |
ClouderaManagerResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiResponse<ApiConfigList> |
AllHostsResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiResponse<ApiConfigList> |
MgmtRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiResponse<ApiConfigList> |
AuthServiceRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.updateConfigWithHttpInfo(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
ApiResponse<ApiConfigList> |
HostsResourceApi.updateHostConfigWithHttpInfo(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
ApiResponse<ApiConfigList> |
AuthServiceRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.updateRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ClouderaManagerResourceApi.updateConfig(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiConfigList |
AllHostsResourceApi.updateConfig(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiConfigList |
MgmtRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiConfigList |
AuthServiceRoleConfigGroupsResourceApi.updateConfig(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiConfigList |
ExternalAccountsResourceApi.updateConfig(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiConfigList |
RoleConfigGroupsResourceApi.updateConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the default configuration values for all hosts.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateConfigAsync(String name,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Upadate configs of external account for the given account name.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateConfigCall(String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
AllHostsResourceApi.updateConfigCall(String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateConfigCall(String roleConfigGroupName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateConfigCall(String roleConfigGroupName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateConfigCall(String name,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateConfigCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
ApiResponse<ApiConfigList> |
ClouderaManagerResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the Cloudera Manager settings.
|
ApiResponse<ApiConfigList> |
AllHostsResourceApi.updateConfigWithHttpInfo(String message,
ApiConfigList body)
Update the default configuration values for all hosts.
|
ApiResponse<ApiConfigList> |
MgmtRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Cloudera Management Services.
|
ApiResponse<ApiConfigList> |
AuthServiceRoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String roleConfigGroupName,
String message,
ApiConfigList body)
Updates the config for the given role config group in the Authentication Service.
|
ApiResponse<ApiConfigList> |
ExternalAccountsResourceApi.updateConfigWithHttpInfo(String name,
String message,
ApiConfigList body)
Upadate configs of external account for the given account name.
|
ApiResponse<ApiConfigList> |
RoleConfigGroupsResourceApi.updateConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
ApiConfigList |
HostsResourceApi.updateHostConfig(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostConfigAsync(String hostId,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the host configuration with the given values.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostConfigCall(String hostId,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateHostConfig
|
ApiResponse<ApiConfigList> |
HostsResourceApi.updateHostConfigWithHttpInfo(String hostId,
String message,
ApiConfigList body)
Updates the host configuration with the given values.
|
ApiConfigList |
AuthServiceRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiConfigList |
MgmtRolesResourceApi.updateRoleConfig(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiConfigList |
RolesResourceApi.updateRoleConfig(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Authentication Services role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Cloudera Management Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.updateRoleConfigAsync(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the role configuration with the given values.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.updateRoleConfigCall(String roleName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
com.squareup.okhttp.Call |
RolesResourceApi.updateRoleConfigCall(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfig
|
ApiResponse<ApiConfigList> |
AuthServiceRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Authentication Services role.
|
ApiResponse<ApiConfigList> |
MgmtRolesResourceApi.updateRoleConfigWithHttpInfo(String roleName,
String message,
ApiConfigList body)
Update the configuration of a Cloudera Management Services role.
|
ApiResponse<ApiConfigList> |
RolesResourceApi.updateRoleConfigWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body)
Updates the role configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.readConfigAsync(String view,
ApiCallback<ApiConfigList> callback)
Retrieve the default configuration for all hosts.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readConfigAsync(String roleConfigGroupName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readConfigAsync(String roleConfigGroupName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.readConfigAsync(String name,
String view,
ApiCallback<ApiConfigList> callback)
Get configs of external account for the given account name.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group.
|
com.squareup.okhttp.Call |
HostsResourceApi.readHostConfigAsync(String hostId,
String view,
ApiCallback<ApiConfigList> callback)
Retrieves the configuration of a specific host.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Authentication Services role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.readRoleConfigAsync(String roleName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieve the configuration of a specific Cloudera Management Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.readRoleConfigAsync(String clusterName,
String roleName,
String serviceName,
String view,
ApiCallback<ApiConfigList> callback)
Retrieves the configuration of a specific role.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the Cloudera Manager settings.
|
com.squareup.okhttp.Call |
AllHostsResourceApi.updateConfigAsync(String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the default configuration values for all hosts.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.updateConfigAsync(String roleConfigGroupName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group in the Authentication Service.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.updateConfigAsync(String name,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Upadate configs of external account for the given account name.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.updateConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
HostsResourceApi.updateHostConfigAsync(String hostId,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the host configuration with the given values.
|
com.squareup.okhttp.Call |
AuthServiceRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Authentication Services role.
|
com.squareup.okhttp.Call |
MgmtRolesResourceApi.updateRoleConfigAsync(String roleName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Update the configuration of a Cloudera Management Services role.
|
com.squareup.okhttp.Call |
RolesResourceApi.updateRoleConfigAsync(String clusterName,
String roleName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the role configuration with the given values.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
ApiConfigList.addItemsItem(ApiConfig itemsItem) |
ApiConfigList |
ApiExternalAccount.getAccountConfigs()
Represents the account configuration for this account.
|
ApiConfigList |
ApiDeployment2.getAllHostsConfig()
Configuration parameters that apply to all hosts, unless overridden at the host level.
|
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 |
ApiHost.getConfig() |
ApiConfigList |
ApiRole.getConfig()
The role configuration.
|
ApiConfigList |
ApiRoleConfigGroup.getConfig()
The configuration for this group.
|
ApiConfigList |
ApiDeployment2.getManagerSettings()
The full configuration of Cloudera Manager itself including licensing info
|
ApiConfigList |
ApiDeployment.getManagerSettings()
The full configuration of Cloudera Manager itself including licensing info
|
ApiConfigList |
ApiConfigList.items(List<ApiConfig> items) |
Modifier and Type | Method and Description |
---|---|
ApiExternalAccount |
ApiExternalAccount.accountConfigs(ApiConfigList accountConfigs) |
ApiDeployment2 |
ApiDeployment2.allHostsConfig(ApiConfigList allHostsConfig) |
ApiDeployment |
ApiDeployment.allHostsConfig(ApiConfigList allHostsConfig) |
ApiExternalAccountType |
ApiExternalAccountType.allowedAccountConfigs(ApiConfigList allowedAccountConfigs) |
ApiHost |
ApiHost.config(ApiConfigList config) |
ApiRole |
ApiRole.config(ApiConfigList config) |
ApiRoleConfigGroup |
ApiRoleConfigGroup.config(ApiConfigList config) |
ApiDeployment2 |
ApiDeployment2.managerSettings(ApiConfigList managerSettings) |
ApiDeployment |
ApiDeployment.managerSettings(ApiConfigList managerSettings) |
void |
ApiExternalAccount.setAccountConfigs(ApiConfigList accountConfigs) |
void |
ApiDeployment2.setAllHostsConfig(ApiConfigList allHostsConfig) |
void |
ApiDeployment.setAllHostsConfig(ApiConfigList allHostsConfig) |
void |
ApiExternalAccountType.setAllowedAccountConfigs(ApiConfigList allowedAccountConfigs) |
void |
ApiHost.setConfig(ApiConfigList config) |
void |
ApiRole.setConfig(ApiConfigList config) |
void |
ApiRoleConfigGroup.setConfig(ApiConfigList config) |
void |
ApiDeployment2.setManagerSettings(ApiConfigList managerSettings) |
void |
ApiDeployment.setManagerSettings(ApiConfigList managerSettings) |
Copyright © 2019. All rights reserved.