API Guide
Attribute Description
ComplianceStatus Shows the compliance status.
DeviceTypeId Numeric value for the device type such as server(1000).
RebootRequired Indicates if a reboot is required to make the device compliant.
Link Link to the component compliance report, identifying the software
components on the device and if they match up against the
catalog.
/api/UpdateService/Baselines(Id)/
DeviceComplianceReports(Id)
This URI represents a specific compliance report for a baseline.
GET method for DeviceComplianceReports(Id)
This method returns the details of a specific compliance report for a baseline.
Description Returns the details of a specific compliance report.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.DeviceComplianceReport)",
"@odata.count": 1,
"value":[
{
"@odata.type": "#UpdateService.DeviceComplianceReport",
"@odata.id": "/api/UpdateService/Baselines(6)/DeviceComplianceReports(1)",
"Id": 1,
"DeviceId": 10069,
"ServiceTag": "7BU0772",
"DeviceModel": "PowerEdge MX7000",
"DeviceTypeName": "CHASSIS",
"DeviceName": "MX-7BU0772",
"FirmwareStatus": "Compliant",
"ComplianceStatus": "OK",
"DeviceTypeId": 2000,
"RebootRequired": true,
"DeviceFirmwareUpdateCapable": true,
"DeviceUserFirmwareUpdateCapable": true,
"ComponentComplianceReports":[
{
"@odata.type": "#UpdateService.ComponentComplianceReport",
"Id": 3,
"Version": "1.0.9.6",
"CurrentVersion": "1.0.9.6",
"Path": "MX7000_SAS-RAID_Firmware_1P5FG_WN64_1.0.9.6_A00_02.EXE",
"Name": "SAS IOM",
"Criticality": "Recommended",
"UniqueIdentifier": "ff1eb9e7-3879-407e-a620-0886445df1bd",
"TargetIdentifier": "106546",
"UpdateAction": "EQUAL",
"SourceName": "SAS.IOM.C2",
"PrerequisiteInfo": "",
"ImpactAssessment": "",
"Uri": "http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?
driverId=ff1eb",
"RebootRequired": true,
"ComplianceStatus": "OK",
"ComplianceDependencies":[]
},
132
Configure