API Guide

Table Of Contents
Example
Response Body
{
"@odata.context":
"$metadata#AlertService.SubscriptionNotificationService/$entity",
"@odata.id": "/api/AlertService/SubscriptionNotificationService",
"Id": 1,
"Status": 2,
"Enabled": false,
"DateLastRegistration": "1970-01-01 00:00:00.0",
"StatusMessage": "The notification service is disabled or is
initializing.",
"Token": "",
"URL": null,
"DateLastCommFailure": "2017-08-08 19:50:00.087",
"CommFailuresBackoff": "2017-08-08 19:50:00.087"
}
/api/AlertService/Actions/
AlertService.CreateEditMobileSubscription
This URI represents creating mobile subscriptions.
POST method for CreateEditMobileSubscription
This method creates mobile subscriptions. The AlertPolicyId must be configured in the appliance before creating the
subscription.
Description
Creates mobile subscriptions.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example request
body
{
"IdDevice": "7cb19d45-cfe5-4ee6-a02d-8a5fcef0d085",
"IdSubscriberService": 1,
"UserName": "danl",
"Enabled": true,
"AlertPolicyId": 414,
"Token":
"APA91bEbGmqbAy7nMxDOI0rAS3RVCUGv3szsCi5uQUlyIApwzTGYbgZ_CRy54McKZKP3MUSbcfxovqlpDx39LJjxAuLXKiDZvsBlwDhpNHvWEztb6mbKeR9NPQfeVsR6o8acgnsbRm7A",
"Description": "Samsung Quasi-Stellar Object"
}
/api/AlertService/Actions/AlertService.DeleteMobileSubscription
This URI represents the deletion of mobile subscriptions.
POST method for AlertService.DeleteMobileSubscription
This method deletes the specified mobile subscriptions.
Description
Deletes the specified mobile subscriptions.
Privilege MONITORING_SETUP
APIs specific to OpenManage Enterprise 541