API Guide

Table Of Contents
HTTP response
codes
200
Example Request
Body
["7cb19d45-cae5-4eesdf6-sdasdfsaaasd02daf-asd8aasd5fcefsdf00a85"]
/api/AlertService/Actions/
AlertService.EnableSubscriptionNotificationService
This URI enables the mobile subscription notifications.
POST method for AlertService.EnableSubscriptionNotificationService
This method enables notifications of mobile subscriptions.
Description Enables notifications of mobile subscriptions.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example Request
Body
{
"Enable":"false"
}
/api/AlertService/Actions/AlertService.FilterAlertsByPolicy
This URI filters the alerts by using the policy ID.
GET method for AlertService.FilterAlertsByPolicy
This method returns alerts based on the policy ID.
Description
Returns alerts based on the policy ID.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"PolicyId": 14164,
"Top": 2,
"Skip": 1
}
Example
response body
{
"@odata.context": "/api/$metadata#Collection(AlertService.Alert)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#AlertService.Alert",
"@odata.id": "/api/AlertService/Alerts(1)",
"Id": 1,
542 APIs specific to OpenManage Enterprise