API Guide

Table 53. Attributes
Attribute name Description
Id ID of the severity.
Name Name of the severity
Description Description of the severity.
/api/AlertService/AlertStatuses
This URI represents the statuses for an alert.
GET method for AlertStatuses
This method returns all possible statues that are applicable to an alert.
Description Returns all the possible alert statues.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(AlertService.AlertStatus)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/AlertService/AlertStatuses(1000)",
"Id": 1000,
"Name": "Acknowledged",
"Description": "The event was acknowledged"
},
{
"@odata.id": "/api/AlertService/AlertStatuses(2000)",
"Id": 2000,
"Name": "Not-Acknowledged",
"Description": "The event was not acknowledged"
}
]
}
Table 54. 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.
92 Alerts