Get Alert Definitions Using GET
If the search criteria is not satisfied, the API will return all Alert Definitions
Request
URI
GET
https://{api_host}/api/alertdefinitions
COPY
Query Parameters
string
adapterKind
Optional
The Adapter Kind key of the Alert Definitions to search for
string of array
id
Optional
The identifier(s) of the Alert Definitions to search for. Do not specify adapterKind or resourceKind if searching by the identifier
integer
page
Optional
Page number from which data needs to be displayed (0-based)
integer
pageSize
Optional
Expected number of entries per page
string
resourceKind
Optional
The Resource Kind key of the Alert Definitions to search for
Responses
200
The collection of Alert Definitions
Returns alert-definitions of type(s) application/json
{
"alertDefinitions": [
{
"adapterKindKey": "string",
"cancelCycles": 0,
"description": "string",
"id": "string",
"name": "string",
"resourceKindKey": "string",
"states": [
{
"impact": {
"detail": "string",
"impactType": "string"
},
"recommendationPriorityMap": {
"recommendationPriorityMap": 0
},
"severity": "string",
"symptoms": {}
}
],
"subType": 0,
"type": 0,
"waitCycles": 0
}
],
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
}
}
Alerts Operations
POST
Add Alert Note Using POST
POST
Create Alert Definition Using POST
DELETE
Delete Alert Definition Using DELETE
DELETE
Delete Alert Note Using DELETE
DELETE
Delete Canceled Alerts Using DELETE
PUT
Disable Alert Definition In Policies Using PUT
PUT
Enable Alert Definition In Policies Using PUT
GET
Get Alert Contributing Symptoms Using GET
GET
Get Alert Definition By Id Using GET
GET
Get Alert Definitions Using GET
GET
Get Alert Notes Using GET
GET
Get Alert Note Using GET
GET
Get Alerts Using GET
GET
Get Alert Types Using GET
GET
Get Alert Using GET
POST
Modify Alerts Using POST
POST
Query Alert Groups Using POST
POST
Query Alert Notes Using POST
POST
Query Alert Using POST
PUT
Update Alert Definition Using PUT