API Guide

Table Of Contents
/api/UpdateService/Baselines(Id)/DeviceComplianceReports(Id)/
ComponentComplianceReports(Id)
This URI represents the compliance information for a specific device component.
GET method for component compliance reports by Id
This method returns component compliance reports by IDs.
Description Returns the component compliance reports by Id.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#UpdateService.ComponentComplianceReport",
"@odata.type": "#UpdateService.ComponentComplianceReport",
"@odata.id": "/api/UpdateService/Baselines(8)/
DeviceComplianceReports(5)/ComponentComplianceReports(13)",
"Id": 13,
"Version": "Not updatable through catalog",
"CurrentVersion": "10.5.0.7.745",
"Path": null,
"Name": "IOM Firmware",
"Criticality": "Unknown",
"UniqueIdentifier": null,
"TargetIdentifier": null,
"UpdateAction": "UNKNOWN",
"SourceName": "IOM.Slot.A2",
"PrerequisiteInfo": null,
"ImpactAssessment": null,
"Uri": null,
"RebootRequired": false,
"ComplianceStatus": "UNKNOWN",
"ComplianceDependencies": [],
"ComponentType": null,
"DependencyUpgradeRequired": false
}
Table 84. Attributes
Attribute Description
ComplianceStatus Shows the compliance status. The possible options are:
CRITICAL
WARNING
DOWNGRADE
OK
UNKNOWN
/api/UpdateService/Actions/UpdateService.UploadFile
POST method for UploadFile
This method uploads a file to the specified location.
Description
Uploads a file.
Privilege DEVICE_UPDATE
Configure 171