import-settings
Added at V2.3
Use this interface to import a configuration file to your device, in JSON format.
HTTP Request
POST http://ip/usapi?method=import-settings
Parameter | Description |
---|---|
method | import-settings |
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. |