API Guide

"Name": "Not-Acknowledged",
"Description": "The event was not acknowledged"
}
]
}
Table 55. Attributes
Attribute name Description
Id ID of the alert status.
Name Name of the alert status
Description Description of the alert status.
/api/AlertService/AlertStatus(Id)
This URI represents a specific alert status within the collection.
GET method for AlertStatus(Id)
This method returns the details of a specific alert status.
Description Returns details of a specific alert status.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#AlertService.AlertStatus/$entity",
"@odata.id": "/api/AlertService/AlertStatuses(1000)",
"Id": 1000,
"Name": "Acknowledged",
"Description": "The event was acknowledged"
}
Table 56. Attributes
Attribute name Description
Id ID of the alert status.
Name Name of the alert status
Description Description of the alert status.
/api/AlertService/AlertCatalogs
This URI represents the catalogs applicable to an event.
Table 57. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Maximum records to skip. Default value is 0.
Id Filter by event ID. Default value is 0.
80 Alerts