KSC Open API
Kaspersky Security Center API description
|
ProductName: 1103
ProductVersion: 1.0.0.0
Section: KLNAG_SECTION_NETSCAN
Specifies network scanning settings
Name | Type | Description | Default value |
---|---|---|---|
KLSRV_ANY_SCAN_ENABLED | paramBool | Network scan enabled | true |
KLSRV_NET_SCAN_ENABLED | paramBool | Microsoft network scan enabled | true |
KLSRV_SP_DPNS_USE_ZEROCONF | paramBool | Enable scanning of IP address ranges using Zeroconf | false |
KLSRV_SP_FASTUPDATENET_PERIOD | paramInt | Fast network scanning period, ignored if 'KLSRV_SP_FASTUPDATENET_SCHEDULE' is specified, ms | 15 * 60 * 1000 |
KLSRV_SP_FASTUPDATENET_SCHEDULE | paramArray | Fast network scanning schedule (since KSC 10SP1 only), Array of size 1. Must have the only element of type ParamsValue which contains Params created via KLPRTS_SerializeSchedule call (Task settings format) | |
KLNAGNS_SP_FASTUPDATENET_SCANDELAY | paramInt | Scan delay after every 10 hosts | 500 |
KLSRV_SP_FULLUPDATENET_PERIOD | paramInt | Full network scanning period, ignored if KLSRV_SP_FULLUPDATENET_SCHEDULE is specified, ms | 60*60*1000 |
KLSRV_SP_FULLUPDATENET_SCHEDULE | paramArray | Full network scanning schedule (since KSC 10SP1 only), Array of size 1. Must have the only element of type ParamsValue which contains Params created via KLPRTS_SerializeSchedule call (Task settings format) | |
KLSRV_SP_SCAN_AD | paramInt | AD scanning period, ignored if KLSRV_SP_SCAN_AD_SCHEDULE is specified, ms | 60*60*1000 |
KLSRV_SP_SCAN_AD_SCHEDULE | paramArray | AD scanning schedule (since KSC 10SP1 only) Array of size 1. Must have the only element of type ParamsValue which contains Params created via KLPRTS_SerializeSchedule call (Task settings format) | |
KLSRV_AD_SCAN_ENABLED | paramBool | AD scanning is enabled | true |
KLSRV_SP_SCAN_AD_AREA | paramInt | AD scan Areas: 1 - scan current AD domain 2 - scan current AD domains forest 3 - scan domains specified in KLSRV_AD_SCAN_ADDRESSES array | 1 |
KLSRV_SP_DPNS_ENABLE | paramBool | Enable scanning of IP address ranges | true |
KLSRV_SP_DPNS_PERIOD | paramInt | IP ranges scanning period, ignored if 'KLSRV_SP_DPNS_SCHEDULE' is specified, ms | 7*60*60*1000 |
KLSRV_AD_SCAN_ADDRESSES | paramArray | Array of Active Directory domains to scan, used only if KLSRV_SP_SCAN_AD_AREA is 3. See Format of KLSRV_AD_SCAN_ADDRESSES array |