Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

EventDescriptor

Event type descriptor for configuration provider service.

Defined in

This message is defined in the configuration_provider.proto file.

Syntax

message EventDescriptor

{

uint64 eventTypeId = 1;

string eventTitle = 2;

string eventDescription = 3;

Severity severity = 4;

event_provider.Technology technology = 5;

}

Fields

The EventDescriptor message has the following fields.

EventDescriptor message fields

Type

Name

Tag

Description

uint64

eventTypeId

1

Event type identifier.

string

eventTitle

2

Title for events of this type.

string

eventDescription

3

Description for events of this type.

Severity

severity

4

Severity for events of this type.

Technology

technology

5

Analysis technology type associated with events of this type.