API Guide

Table Of Contents
/api/AlertService/AlertMessageDefinitionsCategories
This URI represents the alert definition categories.
GET method for AlertMessageDefinitionsCategories
This method returns the list of alert definition categories.
Description Returns the alert definition categories.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(AlertService.AlertMessageDefinitionCategory)",
"@odata.count": 6,
"value":
[
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/
AlertMessageDefinitionsCategories('Audit')",},
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/
AlertMessageDefinitionsCategories('Configuration')",},
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/
AlertMessageDefinitionsCategories('Storage')",},
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/AlertMessageDefinitionsCategories('System
%20Health')",},
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/
AlertMessageDefinitionsCategories('Updates')",},
{"@odata.type": "#AlertService.AlertMessageDefinitionCategory",
"@odata.id": "/api/AlertService/AlertMessageDefinitionsCategories('Work
%20Notes')",}
]
}
/api/AlertService/AlertMessageDefinitionsCategories('Name')
This URI represents a specific alert definition category.
GET method for AlertMessageDefinitionsCategories('Name')
This method returns the details of a specific alert definition category.
Description
Returns the details of a specific alert definition category.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
108 Alerts