KSC Open API
Kaspersky Security Center API description
NagNetworkListApi Class Reference

Nagent OpenAPI to work with network lists. More...

List of all members.

Public Member Functions

int GetListItemFileInfo (wstring listName, wstring itemId, boolean bNeedPacked,[out] params pFileInfo)
 Retrieves information about file associated with network list item.
int GetListItemFileInfo2 (wstring listName, wstring itemId, wstring productName, wstring productVersion, boolean bNeedPacked, params pOptions,[out] params pFileInfo)
 Retrieves information about file associated with network list item.
int GetListItemFileChunk (wstring listName, wstring itemId, boolean bNeedPacked, unsignedInt ulStartPos, int lBytesToRead,[out] binary pChunk)
 Retrieves chunk of the file associated with network list item.
int GetListItemFileChunk2 (wstring listName, wstring itemId, wstring productName, wstring productVersion, params pOptions, boolean bNeedPacked, unsignedInt ulStartPos, int lBytesToRead,[out] binary pChunk)
 Retrieves chunk of the file associated with network list item.

Detailed Description

Nagent OpenAPI to work with network lists.

This interface is implemented at Network Agent side, so use gateway connection to connect Network Agent and call interface methods.

Methods of these interface can be used to work with elements of network lists and they are calling on host where network list is collected. (see Network lists which elements are associated with files Network lists which elements are associated with files) For example this interface can be used to work with List of files from quarantine, backup or unprocessed network lists

See also: