System Configuration REST Endpoints

System Configuration
This resource manages cloud server settings.
Reset Setting
Method: delete
Path: /iot/api/v2/settings/{group}/{name}
Reset Setting by Group
Method: post
Path: /iot/api/v2/settings/{group}/reset
Retrieve Available Settings
Method: get
Path: /iot/api/v2/settings
Retrieve Setting
Method: get
Path: /iot/api/v2/settings/{group}/{name}
Retrieve Settings that Belong to a Group
Method: get
Path: /iot/api/v2/settings/{group}
Update Multiple Groups of Settings
Method: put
Path: /iot/api/v2/settings
Update Setting
Method: put
Path: /iot/api/v2/settings/{group}/{name}
Update Settings in the Group
Method: put
Path: /iot/api/v2/settings/{group}