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
Output:
{
"@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"
}
]
}
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
Output:
{
"@odata.context": "$metadata#Collection(AlertService.MobileSubscription)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AlertService/MobileSubscriptions('7cb19d45-cae5-4eesdf6-
sdfsaaasd02daf-asd8a5fcefsdf00a85')",
"IdDevice": "7cb19d45-cae5-4eesdf6-sdfsaaasd02daf-asd8a5fcefsdf00a85",
"IdSubscriberService": 1,
"Status": 1,
"UserName": "danl",
"Enabled": true,
"AlertPolicyId": 414,
"AlertPolicyName": "Default Profile Update Policy",
"Token":
354 APIs specific to OpenManage Enterprise