KSC Open API
Kaspersky Security Center API description
|
Asynchronously creates and downloads a dump for a specific process.
Call: strRequestId = DownloadCommonDataAsync; pResParams = CheckActionState(strRequestId); strResFilename = pResParams.Get("LastActionResult"); strResUrl = GetUrlToDownloadFileFromHost(strResFilename); Download the file content using strResUrl.
|