KSC Open API
Kaspersky Security Center API description
|
ID | Description |
---|---|
1 | Update using AdminKit transport. |
2 | Update from Kaspersky Laboratory source. |
3 | Update from user specified source. |
4 | Update using AdminKit transport from AdminKit primary Administration Server. |
5 | Unsupported. |
6 | Update from local folder without signature check. |
7 | User url with the same index date comparison logic, as used for KLServer source type. |
8 | Update 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 ...