IdsEventHistoryEntry
IDS Event History Entry
IDS event history entry.
JSON Example
{
"timestamp": 0,
"where_detected": "string",
"src_ip": "string",
"dest_ip": "string",
"src_port": 0,
"dest_port": 0,
"protocol": "string",
"rule_name": "string",
"profile_name": "string",
"action": "string",
"attempts": 0,
"pcap_uuid": "string",
"pcap_exist": false
}
integer As int64
As int64
timestamp
Optional
Timestamp of IDS event detected.
string
where_detected
Optional
Computes name of where the IDS event was detected.
string
src_ip
Optional
Source IP of IDS threat detected.
string
dest_ip
Optional
Destination IP of IDS threat detected.
integer As int32
As int32
src_port
Optional
Source port of IDS threat.
integer As int32
As int32
dest_port
Optional
Destination port of IDS threat.
string
protocol
Optional
Protocol of IDS threat.
string
rule_name
Optional
Rule name which is applied for compute to detect IDS threat.
string
profile_name
Optional
Profile name applied to the rule.
string
action
Optional
Ids action of the event detected.
Enumeration:
DROP,
ALERT,
REJECT,
INVALID
integer As int64
As int64
attempts
Optional
Number of IDS threat attempts for this event.
string
pcap_uuid
Optional
Pcap uuid related to the IDS event.
boolean
pcap_exist
Optional
Is pcap exist related to the IDS event.