API Guide

Table Of Contents
HTTP response
codes
200
Example request
body
Header: Content-Type: application/octet-stream
Request:
Example
response body
A numeric token ID is returned.
/api/UpdateService/Actions/UpdateService.RemoveFile
POST method for RemoveFile
This method removes a file from the system.
Description Removes a file identified by the numeric token ID.
Privilege DEVICE_UPDATE
HTTP response
codes
200
Example request
body
{
"FileToken": "1481131455800"
}
/api/UpdateService/Actions/UpdateService.RefreshCatalogs
This API refreshes catalog information.
POST method for /api/UpdateService/Actions/
UpdateService.RefreshCatalogs
This method refreshes catalogs by checking for and downloading newer versions.
Description
Refreshes catalogs by checking for and downloading newer versions of catalogs.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"CatalogIds": [22],
"AllCatalogs": false
}
172 Configure