API Guide

]
}
/api/UpdateService/Baselines(Id)/
DeviceComplianceReports
This URI represents the compliance reports for baselines.
GET method for DeviceComplianceReports
This method returns the compliance report for a specific baseline.
Description Returns the compliance report for a baseline. The compliance report includes the URIs, /api/
UpdateService/Baselines(Id)/DeviceComplianceReports(Id)/
ComponentComplianceReports and /api/UpdateService/Baselines(Id)/
DeviceComplianceReports(Id)/ComponentComplianceReports(Id), by default.
Privilege VIEW
HTTP response
codes
200
Example
Request:
Response:
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.DeviceComplianceReport)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#UpdateService.DeviceComplianceReport",
"@odata.id": "/api/UpdateService/Baselines(9)/
DeviceComplianceReports(9523)",
"Id": 9523,
"DeviceId": 25031,
"ServiceTag": "JP00002",
"DeviceModel": "PowerEdge MX740c",
"DeviceTypeName": "SERVER",
"DeviceName": "iDRAC-JP00002",
"FirmwareStatus": "Compliant",
"ComplianceStatus": "OK",
"DeviceTypeId": 1000,
"RebootRequired": false,
"ComponentComplianceReports@odata.navigationLink": "/api/UpdateService/
Baselines(9)/DeviceComplianceReports(9523)/ComponentComplianceReports"
}
]
}
Table 80. Attributes
Attribute Description
DeviceId Identifier for the device in the appliance.
ServiceTag Service Tag of the device.
DeviceModel Model of the device.
DeviceTypename Type of device, such as server or chassis.
DeviceName Name of the device.
FirmwareStatus Shows if firmware is compliant or not.
Configure 131