API Guide

/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"]
}
/api/UpdateService/Actions/
UpdateService.RemoveBaselines
POST method for RemoveBaselines
This method deletes baselines.
Description
Deletes baselines.
Privilege BASELINE_MANAGEMENT
HTTP response
codes
204
134 Configure