API Guide

Table Of Contents
/api/ConsoleUpdateService/LastUpdateResult
This URI returns the information about the last attempted console upgrade.
GET method for LastUpdateResult
Description Returns the information about the last attempted console upgrade.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context":
"/api/$metadata#ConsoleUpdateService.LastUpdateResult",
"@odata.type": "#ConsoleUpdateService.LastUpdateResult",
"@odata.id": "/api/ConsoleUpdateService/LastUpdateResult",
"Status": false,
"TaskId": 0,
"Component": "OME",
"Message": ""
}
Attributes
Attribute
Description
Status True - Upgrade attempted within 24 hours
False - Otherwise
TaskId ID of the latest console upgrade job
Component Upgraded component which is OpenManage Enterprise
Message Information about upgrade job
Mobile
/api/AlertService/MobileSubscriptions
This URI returns all mobile subscriptions.
GET method for MobileSubscriptions
This method returns all the mobile subscriptions.
Description
Returns all the mobile subscriptions.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "$metadata#Collection(AlertService.MobileSubscription)",
"@odata.count": 1,
APIs specific to OpenManage Enterprise 609