/cm/allHosts/config

Mount Point: /api/v17/cm/allHosts/config

GET

Retrieve the default configuration for all hosts.

These values will apply to all hosts managed by CM unless overridden at the host level.

Parameters

name description type default
view The view of the data to materialize, either "summary" or "full". query summary

Response Body

element: configList

List of config values.

PUT

Update the default configuration values for all hosts.

Note that this does not override values set at the host level. It just updates the default values that will be inherited by each host's configuration.

Parameters

name description type default
message Optional message describing the changes. query

Request Body

element: configList

The config values to update.

Response Body

element: configList

Updated list of config values.