Reference Guide

Table Of Contents
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,
"SeverityType": 2,
"SeverityName": "Info",
"AlertDeviceId": 0,
"AlertDeviceName": "10.210.137.100",
"AlertDeviceType": 0,
"AlertDeviceIpAddress": "xx.xx.xx.xx",
"AlertDeviceMacAddress": null,
"AlertDeviceIdentifier": null,
"AlertDeviceAssetTag": null,
"DefinitionId": -126170178,
"CatalogName": "OMSA",
"CategoryId": 1000,
"CategoryName": "System Health",
"SubCategoryId": 61,
"SubCategoryName": "Redundancy",
"StatusType": 2000,
"StatusName": "Not-Acknowledged",
"TimeStamp": "2018-09-10 17:45:46.967",
"Message": "Redundancy has returned to normal.; Received
from address: 10.210.137.100",
"EemiMessage": "Instrumentation didn't provide any detailed
description for this event.",
"RecommendedAction": "Instrumentation didn't provide any
recommended action for this event.",
548
APIs specific to OpenManage Enterprise