| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleType |
0 for weekly schedule, 1 for monthly schedule |
integer |
None. |
| RunDays |
Days to run if weekly schedule. Simple string value containing numeric for each day, starting from 1 for Monday 124 would run on Monday, Tuesday and Thursday. Default if not set 12345 |
string |
None. |
| RunDate |
Date of month to run on if monthly schedule |
integer |
None. |
| RunTime |
Time of day to run schedule. Default if not set is random time between 9:30 and 16:30 |
date |
None. |
| Ranges |
IP ranges to check, in the form 192.168.100.1-192.168.100.255 |
Collection of string |
None. |
| Devices |
List of devices to check. Can be either IP address or hostname |
Collection of string |
None. |
| Description |
Description of scan schedule |
string |
None. |
| Excluded |
List of devices to exclude from discovery. Can be either IP address or hostname |
Collection of string |
None. |
| SNMPVersion |
Version of SNMP to use 1,2 or 3 |
integer |
None. |
| SNMPv3SecurityLevel |
SNMP v3 Security level NoAuthNoPriv=0, AuthNoPriv=1, AuthPriv=2 |
integer |
None. |
| SNMPv3AuthenticationEncryption |
SNMP v3 Authentication Encryption MD5=0, SHA1=1, SHA256 = 2, SHA384 = 3, SHA512 = 4 |
integer |
None. |
| SNMPv3PrivacyEncryption |
SNMP v3 Privacy Encryption DES=0, 3DES=1, AES=2, AES192 = 3, AES256 = 4 |
integer |
None. |
| SNMPv3UserName |
SNMP v3 User Name |
string |
None. |
| SNMPv3AuthenticationPassword |
SNMP v3 Authentication Password |
string |
None. |
| SNMPv3PrivacyPassword |
SNMP v3 Privacy Password |
string |
None. |
| SNMPv3ContextNames |
SNMP v3 Context Name. Multiple names are supported, separated by a semicolon |
string |
None. |
| Community |
SNMP v1/v2 community name. Defaults to publiv if SNMPv1 or SNMPv2 selected |
string |
None. |