KSC Open API
Kaspersky Security Center API description
RetrFiles::AddConsoleRetrRequest ( params  pData)

Adds the WebConsole retranslation request to the KSC retranslation request.

Parameters:
pDataparamParams contains the following data:
  • KLUPD::c_wsConsoleId ("ConsoleUid") paramBinary WebConsole Uid 16 bytes in size.
  • KLUPD::c_wsProductFilters ("arrUpdFilters") paramArray(paramParams) Array of params, each cell (paramParams) contains request-info in the following format:
    • KLUPD_RecentIndex ("Index"): primary index relative path in lowercase, e.g. "index/u1313g.xml";
    • KLUPD_Filter ("Filter"): updater filters in lowercase, e.g. "componentid=ksc:lang=en";
Note:
            pData: (PARAMS_T)
                 ConsoleUid = BINARY_T (size = 16): C1734D5BD4A9424E889CFF549491CA9E
                 arrUpdFilters (ARRAY_T)
                 [0]: (PARAMS_T)
                        Filter = (STRING_T)"app=kes 21.19.7.533:componentid=cdb2;config:lang=en:arch=x64"
                        Index = (STRING_T)"index/u1901g.xml"
                 [1]: (PARAMS_T)
                        Filter = (STRING_T)"app=kes 21.18.5.438:componentid=adb;apu:lang=ru:arch=i386"
                        Index = (STRING_T)"index/u1313g.xml"