Kaspersky Industrial CyberSecurity for Networks API Developer's Guide

AssetsUpdatedAfterRequest

A message to define a time stamp for AssetProvider service in order to receive a list of assets, that were updated after specified time.

Defined in

This message is defined in the asset_provider.proto file.

Syntax

message AssetsUpdatedAfterRequest

{

google.protobuf.Timestamp updateTimestamp = 1;

}

Fields

The AssetsUpdatedAfterRequest message has the following fields.

AssetsUpdatedAfterRequest message fields

Type

Name

Tag

Description

google.protobuf.Timestamp

updateTimestamp

1

AssetProvider service will return assets, that were updated after this time stamp.

Leave this field empty to get all available assets.