IDSSummaryListResult
IDSSummaryListResult
List of all intrusions that are detected grouped by signature with their summary.
AllOf
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": {},
"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": {}
}
]
}