KSC Open API
Kaspersky Security Center API description
|
Asynchronously downloads a specific event log.
Call: strRequestId = DownloadEventlogAsync; pResParams = CheckActionState(strRequestId); strResFilename = pResParams.Get("LastActionResult"); strResUrl = GetUrlToDownloadFileFromHost(strResFilename); Download the file content using strResUrl.
|