API Guide

Table Of Contents
/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"]
}
/api/UpdateService/Actions/UpdateService.RemoveBaselines
POST method for RemoveBaselines
This method deletes baselines.
Description
Deletes baselines.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
204
Example request
body
{
"BaselineIds":[13]
}
/api/UpdateService/RollbackSoftwares
This URI returns software rollback information.
GET method for rollback software
This method returns the software rollback information.
Description
Returns the software rollback information.
Privilege
HTTP response
code
200
Example
response body
/api/UpdateService/RollbackSoftwares?$filter=DeviceId eq <device id>
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.RollbackSoftwares)",
Configure 173