API Guide

Privilege VIEW
HTTP response
codes
200
Example response
body
{
"DeviceIds": [10229]
}
api/UpdateService/FirmwareBaselineSummary
This API represents the firmware baseline information.
GET method for baseline summary
This API returns the total number of baselines that meet a specific compliance status.
Description Returns the total number of baselines that meet a specific compliance status.
Privilege VIEW
HTTP response
code
200
Example response
body
{
"@odata.context": "/api/$metadata#Collection(UpdateService.SummaryCount)",
"@odata.count": 1,
"value":[
{
"@odata.type": "#UpdateService.SummaryCount",
"Id": 4,
"Count": 1
}
]
}
/api/UpdateService/Actions/
UpdateService.CheckBaselinesAssociation
This API represents baseline association information.
Post method for checking baseline association
This method returns information about baseline associations.
Description
Returns information about baseline associations.
Privilege VIEW
HTTP response
code
201
Example request
body
{
“Ids”: [<Catalog Ids comma separated>]
}
Configure 133