API Guide

Table Of Contents
]
}
/api/UpdateService/Actions/
UpdateService.GetBaselinesForDevices
This API represents the firmware compliance baselines for specific devices.
POST method for /api/UpdateService/Actions/
UpdateService.GetBaselinesForDevices
This method returns the firmware compliance baseline information for specific devices.
Description Returns the firmware compliance for specific devices.
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
}
]
}
174 Configure