IDSEventsSummary

IDSEventsSummary
IDSEventsSummary

Intrusion event with all the event and signature details, each event contains the signature id, name, severity, first and recent occurence, users and VMs affected and other signature metadata.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "affected_vm_count": 0,
    "first_occurence": 0,
    "idsflow_details": {},
    "is_ongoing": false,
    "is_rule_valid": false,
    "latest_occurence": 0,
    "resource_type": "string",
    "rule_id": 0,
    "signature_id": 0,
    "signature_metadata": {},
    "total_count": 0,
    "user_details": {},
    "vm_details": {}
}