export-report
Use this interface to export a .html file including device information, status and configurations.
HTTP Request
GET http://ip/usapi?method=export-report&file-name=...
| Parameter | Description | 
|---|---|
| method | export-report | 
| file-name | Specifies where to store the exported files. | 
Response Body
{
  "result": 0
}
| Item | Description | 
|---|---|
| result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |