API Guide
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.
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
Configure 135