API Guide

Table Of Contents
"Name":"ConsoleUpdateExecution_Task"
},
"Params":
[
{
"Key":"connectionProfile",
"Value":"0"
}
],
"Targets":
[
{
"Id":500,
"Data":"",
"TargetType":
{
"Id":6000,
"Name":"GROUP"
}
}
]
}
/api/ConsoleUpdateService/Updates?$filter= Auto eq true
This URI represents the update job status of the OpenManage Enterprise appliance.
GET method for Updates?$filter= Auto eq true
This method returns the update job status of OpenManage Enterprise.
Description
Returns the update job status of OpenManage Enterprise.
Privilege VIEW
HTTP response
code
200
Example
Response Body
{
"@odata.context": "/api/
$metadata#Collection(ConsoleUpdateService.Update)",
"@odata.count": 1,
"value":
[
{
"Version": "3.0.0.1008",
"ComponentName": "OME",
"Description": "New features include MX7000 support, Virtual
identity management and migration, OMM integration, Alert policy actions
for foreign devices, Guided server templates",
"Auto": false,
"LastUpdateDateTime": "Fri Sep 14 17:08:06 UTC 2018"
}
]
}
/api/ConsoleUpdateService/UpdateBundleInfo
This URI returns the job status of the downloaded console update bundle of the OpenManage Enterprise appliance.
NOTE: This API is available in OpenManage Enterprise 3.3.1, and can be used while performing an upgrade to later versions.
538 APIs specific to OpenManage Enterprise