White Papers

APIs
16
Updating Firmware using OpenManage Enterprise APIs
Attribute Name Type Description
RepositoryType String Type of the repository
LastRun String Date and time when the baseline was last run.
DowngradeEnabled Boolean Field to indicate if downgrade is possible
Is64Bit Boolean Always set to “true”
Target:
Id Integer Identifier of device / group that this baseline targets
Type:
Id Integer Device Type ID
Name String DeviceType derived “Name
ComplianceSummary:
ComplianceStatus String Indicates if the upgrade is critical
NumberOfCritical Integer Number of critical devices
NumberOfWarning Integer Number of warning devices
NumberOfNormal Integer Number of normal devices
NumberOfDowngrade
Integer Number of downgrade devices
Link to Device
compliance report
Link Displays the link to the device compliance report
Example: Response Payload
{
"@odata.context": "/api/$metadata#Collection(UpdateService.Baselines)",
"@odata.count": 6,
"value": [
{
"@odata.type": "#UpdateService.Baselines",
"@odata.id": "/api/UpdateService/Baselines(8)",
"Id": 8,
"Name": "Test 2500+",
"Description": "",
"CatalogId": 22,
"RepositoryId": 12,
"TaskId": 27734,
"RepositoryName": "Dell",
"RepositoryType": "DELL_ONLINE",
"LastRun": "2018-08-08 21:22:36.858",
"DowngradeEnabled": true,
"Is64Bit": true,
"Targets": [
{
"Id": 1010,
"Type": {