Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

ItemsByIdRequest

Request of items by identifier.

Defined in

This message is defined in the common.proto file.

Syntax

message ItemsByIdRequest

{

string filter = 1;

uint64 startId = 2;

int32 maxCount = 3;

}

Fields

The ItemsByIdRequest message has the following fields.

ItemsByIdRequest message fields

Type

Name

Tag

Description

string

filter

1

Filter for items.

uint64

startId

2

Identifier of the starting item (this item is not included).

If this value is 0, the request returns the number of the most recent events specified in the maxCount field.

int32

maxCount

3

Maximum number of items that must be retrieved.