API Guide

/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.
GET method for UpdateBundleInfo
This method returns the job status of the downloaded console update bundle of the OpenManage Enterprise appliance.
Description
Returns the update job status of the downloaded console update bundle of the OpenManage Enterprise
appliance.
Privilege VIEW
HTTP response
code
200
/api/ConsoleUpdateService/Actions/
ConsoleUpdateService.DeleteUpgradeBundle
This URL deletes the downloaded console update bundle.
NOTE:
This API is available in OpenManage Enterprise 3.3.1, and can be used while performing an upgrade to later
versions.
466 APIs specific to OpenManage Enterprise