Get Alert Contributing Symptoms Using GET

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


Authentication
This operation uses the following authentication methods.
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"
                    }
                ]
            }
        }
    ]
}
contributingSymptoms
Optional

List of alert contributing symptoms


500

Error occurred while retrieving the list of triggered symptoms

Operation doesn't return any data structure