KSC Open API
Kaspersky Security Center API description
|
Asynchronously runs the diagnostic utility (klnagchk.exe) for a specific product.
Call: strRequestId = RunKlnagchkAsync; pResParams = CheckActionState(strRequestId); strResFilename = pResParams.Get("Products").Get("1103/1.0.0.0").Get("DiagLog"); strResUrl = GetUrlToDownloadFileFromHost(strResFilename); Download the file content using strResUrl.
|