Kaspersky Industrial CyberSecurity for Networks API Developer's Guide
TagEvent
TagEvent
Descriptor of a tag event.
Defined in
This message is defined in the tag_notifier_service.proto
file.
Syntax
message TagEvent
{
repeated Tag tags = 1;
Operation operation = 2;
google.protobuf.Timestamp timestamp = 3;
string monitoringPoint = 4;
}
Fields
The TagEvent
message has the following fields.
TagEvent message fields
Rule Field |
Type |
Name |
Tag |
Description |
---|---|---|---|---|
|
|
|
Tags associated with the tag event. |
|
|
|
|
Operation type of the tag event. |
|
|
|
|
|
Time stamp when the tags were last encountered in the traffic. |
|
|
|
|
Monitoring point where the tags were encountered in the traffic. |
Article ID: 146361, Last review: Jul 6, 2022