export-settings
Added at V2.3
Use this interface to save configurations as a JSON file to local folder.
HTTP Request
GET http://ip/usapi?method=export-settings&file-name=...
Parameter | Description |
---|---|
method | export-settings |
file-name | File path. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |