Export Settings
1. API Description
This API is used to export system settings.
Request mode: POST [ip]/api/system/export-settings
| Administrator Rights | Logged-in |
|---|---|
| Yes | Yes |
2. Input Parameters
| Parameter Name | Type | Description |
|---|---|---|
| basic | Boolean | Export basic system settings (device name, network, NTP...) |
3. Output Parameters
Settings file.
4. Example
Exporting the settings.
Input Example
{
"basic": true
}
Output Example
The settings file is downloaded to a local folder.
5. Error Codes
No error code related to the API business logic. For other error codes, see Common Error Codes.