API Guide
/api/UpdateService/Baselines(Id)/
DeviceComplianceReports(Id)/
ComponentComplianceReports
This URI represents the compliance reports for specific devices.
GET method for ComponentComplianceReports
This method returns the compliance report for a specific device.
Description Returns the compliance report for a specific device from a specific baseline.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(UpdateService.ComponentComplianceReport)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#UpdateService.ComponentComplianceReport",
"@odata.id": "/api/UpdateService/Baselines(6)/
DeviceComplianceReports(9524)/ComponentComplianceReports(94454)",
"Id": 94454,
"Version": "2.7.0",
"CurrentVersion": "2.6.1",
"Path": "FOLDER05014642M/1/BIOS_9DWNX_WN64_2.7.0.EXE",
"Name": "Server BIOS 11G",
"Criticality": "Urgent",
"UniqueIdentifier": "9DWNXLW6433e04961d34a35398ed74bae031d51cc",
"TargetIdentifier": "159",
"UpdateAction": "UPGRADE",
"SourceName": "DCIM:INSTALLED#741__BIOS.Setup.1-1",
"PrerequisiteInfo": "",
"ImpactAssessment": "",
"Uri": "http://www.dell.com/support/home/us/en/19/Drivers/
DriversDetails?driverId=9DWNX",
"RebootRequired": true,
"ComplianceStatus": "CRITICAL",
"ComplianceDependencies": []
}
]
}
/api/UpdateService/Baselines(Id)/
DeviceComplianceReports(Id)/
ComponentComplianceReports(Id)
This URI represents the compliance report for a specific component.
GET method for ComponentComplianceReports(Id)
This method returns the compliance report for a specific component.
Description
Returns the compliance report for a specific component.
120 Configure