IDSEventsBySignatureResult

IDSEventsBySignatureResult
IDSEventsBySignatureResult

List of all intrusions that are detected grouped by signature, it contains minimal details about the intrusions.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_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"
        }
    ]
}