API Guide

Table 62. Filters (continued)
Filter name Description
Visible Filter by visible stateTrue or False.
GET method for AlertPolicies
This method returns the policies that are created.
Description Returns all the policies.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(AlertService.AlertPolicy)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AlertService/AlertPolicies(314)",
"Id": 314,
"Name": "Default OnDemand Health Policy",
"Description": "This policy is applicable to all devices. A health
task will be triggered if category is for system health.",
"Enabled": true,
"DefaultPolicy": true,
"PolicyData": {
"Catalogs": [
{
"CatalogName": "iDRAC",
"Categories": [
3300
],
"SubCategories": [
0
]
}
],
"Severities": [
1,
2,
4,
8,
16
],
"Devices": [],
"DeviceTypes": [],
"Groups": [
4
],
"Schedule": {
"StartTime": null,
"EndTime": null,
"CronString": null
},
"Actions": [
{
"Id": 1,
"Name": "OnDemandHealth",
"ParameterDetails": [],
"TemplateId": 80
}
]
},
"State": true,
"Visible": true,
Alerts
99