IDSEventsBySignature

IDSEventsBySignature
IDSEventsBySignature

Intrusions that are detected, grouped by signature. It contains the signature id, severity, name, the number of intrusions of that type and the first occurence.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "count": 0,
    "first_occurence": 0,
    "is_ongoing": false,
    "resource_type": "string",
    "severity": "string",
    "signature_id": 0,
    "signature_name": "string"
}