Export the device configurations
1.API Description
This API is used to export the device configurations.
Request mode: POST [ip]/api/report/html/export
Administrator Rights | Logged-in |
---|---|
Yes | Yes |
2. Input Parameters
Name | Required | Type | Description |
---|---|---|---|
filename | Yes | String | File name of the exported file. |
3. Output Parameters
An HTML file is exported.
4. Example
Exporting the device configurations.
Input Example
{
"filename": "Report_2025_02_27_18_26_05.html"
}
Output Example
Report_2025_02_27_18_26_05.html
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.