API Guide

Table Of Contents
/api/UpdateService/Actions/UpdateService.UploadFile
POST method for UploadFile
This method uploads a file to the specified location.
Description Uploads a file.
Privilege DEVICE_UPDATE
HTTP response
codes
200
Example
Header: Content-Type: application/octet-stream
Input:
Output:
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
Input:
{
"FileToken": "1481131455800"
}
Output:
/api/UpdateService/Actions/UpdateService.RemoveCatalogs
POST method for RemoveCatalogs
This method deletes catalogs.
Description
Deletes a catalog.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
204
Example
Input:
{
"CatalogIds":["12"]
}
Output:
Configure 121