KSC Open API
Kaspersky Security Center API description
|
Asynchronously creates an archive with general data, such as local settings of products, a policy, tasks, and downloads the archive.
Call: strRequestId = DownloadCommonDataAsync; pResParams = CheckActionState(strRequestId); strResFilename = pResParams.Get("LastActionResult"); strResUrl = GetUrlToDownloadFileFromHost(strResFilename); Download the file content using strResUrl.
|