API Guide

Table Of Contents
Table 81. Attributes
Attribute Description
Download
Ok
Unknown
ComplianceStatus Shows the compliance status. The possible options are:
CRITICAL
WARNING
DOWNGRADE
OK
UNKNOWN
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#UpdateService.DeviceComplianceReport",
"@odata.type": "#UpdateService.DeviceComplianceReport",
"@odata.id": "/api/UpdateService/Baselines(8)/
DeviceComplianceReports(4)",
"Id": 4,
"DeviceId": 10067,
"ServiceTag": "CJ2J5Z2",
"DeviceModel": "MX9116n Fabric Engine",
"DeviceTypeName": "NETWORK_IOM",
"DeviceName": "IOM-A1",
"FirmwareStatus": "Unknown",
"ComplianceStatus": "UNKNOWN",
"DeviceTypeId": 4000,
"RebootRequired": false,
"DeviceFirmwareUpdateCapable": true,
"DeviceUserFirmwareUpdateCapable": true,
"ComponentComplianceReports": [
{
"@odata.type": "#UpdateService.ComponentComplianceReport",
"Id": 12,
"Version": "Not updatable through catalog",
"CurrentVersion": "10.5.0.7.745",
"Path": "",
"Name": "IOM Firmware",
"Criticality": "Unknown",
"UniqueIdentifier": "",
178
Configure