KSC Open API
Kaspersky Security Center API description


IDDescription
1Update using AdminKit transport.
2Update from Kaspersky Laboratory source.
3Update from user specified source.
4Update using AdminKit transport from AdminKit primary Administration Server.
5Unsupported.
6Update from local folder without signature check.
7User url with the same index date comparison logic, as used for KLServer source type.
8Update from Kaspersky Laboratory source via HTTPS.


Sample:

    ...
	+---UpdateSourceList (paramArray)
	|   +---0 (paramParams)
	|   |   +---type = (paramInt)3
	|   |   +---url = (paramString)"\\test_host\test_share\"
	|   |   +---use_proxy = (paramBool)true
	|   +---1 (paramParams)
	|   |   +---type = (paramInt)2
	|   |   +---url = (paramString)""
	|   |   +---use_proxy = (paramBool)true
	|   +---2 (paramParams)
	|   |   +---type = (paramInt)4
	|   |   +---url = (paramString)""
	|   |   +---use_proxy = (paramBool)true
    ...