Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

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

repeated

Tag

tags

1

Tags associated with the tag event.

 

Operation

operation

2

Operation type of the tag event.

 

google.protobuf.Timestamp

timestamp

3

Time stamp when the tags were last encountered in the traffic.

 

string

monitoringPoint

4

Monitoring point where the tags were encountered in the traffic.