Get Alert Contributing Symptoms Using GET
Get the list of triggered symptoms for the requested alerts
Request
URI
GET
https://{api_host}/api/alerts/contributingsymptoms
COPY
Query Parameters
string of array
id
Required
Identifiers of the Alerts
Responses
200
On success. A list of triggered symptoms
Returns alert-contributing-symptoms of type(s) application/json
{
"contributingSymptoms": [
{
"alertId": "string",
"contributingSymptoms": {
"contributingSymptoms": [
{
"alertConditions": [
{
"cancelCycles": 0,
"condition": {
"instanced": false,
"key": "string",
"operator": "string",
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
},
"id": "string",
"severity": "string",
"waitCycles": 0
}
],
"symptomDefinitionsIds": [
"string"
],
"symptomId": "string",
"symptomSetId": "string"
}
]
}
}
]
}
array of alert-contributing-symptom
contributingSymptoms
Optional
List of alert contributing symptoms
500
Error occurred while retrieving the list of triggered symptoms
Operation doesn't return any data structure
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