Setting¶
Used to manage the Plixer Replicator appliance’s global settings
- Resource URL:
Sets the value for the specified setting
https://[replicator]/api/1/setting/set/[name]/[value]
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
[name]
Exact name of the setting to modify
[value]
New value for the setting specified
- Example request:
https://10.30.17.131/api/1/setting/set/metricssent/10.1.2.3:2055
- Example response:
{ "description": "Success: setting 'metricssent' has been set to '10.1.2.3:2055'", "result": "success" }
- Resource URL:
Enables or disables the specified feature
https://[replicator]/api/1/setting/[action]/[name]
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
[action]
enable
ordisable
[name]
Exact name of the feature to enable/disable
- Example request:
- Example response:
{ "description": "Success: setting 'metricssent' has been set to 'disable'", "result": "success" }