API Guide
/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
}
/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 request
body
{
"CatalogIds":["12"]
}
140 Configure