Kaspersky Security Center Automation
10.0
|
Obtain statistics data. Returns statistics data from the AK server
... var oQuery = new ActiveXObject("klakaut.KlAkParams"); oQuery.Add("KLRPT_DSH_TYPE", 11); oQuery.Add("KLPPT_StatPeriodInSec", 3600 * 11); oQuery.Add("id", -1); oQuery.Add("bIncludeVS", false); var oQueries = new ActiveXObject("klakaut.KlAkCollection"); oQueries.SetSize(1); oQueries.SetAt(0, oQuery); var oResults = oStat.AcquireStatisticsData(oQueries); ... |