public interface AllHostsResource
Modifier and Type | Method and Description |
---|---|
ApiConfigList |
readConfig(DataView dataView)
Retrieve the default configuration for all hosts.
|
ApiConfigList |
updateConfig(String message,
ApiConfigList config)
Update the default configuration values for all hosts.
|
@Path(value="/config") ApiConfigList readConfig(DataView dataView)
dataView
- The view of the data to materialize,
either "summary" or "full".@Path(value="/config") ApiConfigList updateConfig(String message, ApiConfigList config)
message
- Optional message describing the changes.config
- The config values to update.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.