> Host prototype object
The host prototype object has the following properties.
Group link
Property | Type | Description |
---|---|---|
groupid | string | ID of the host group. : - required |
The group prototype object defines a group that will be created for a discovered host. It has the following properties.
Host prototype tag
Property | Type | Description |
---|---|---|
tag | string | Host prototype tag name. : - required |
value | string | Host prototype tag value. |
Custom interfaces are supported if custom_interfaces
of is set to “use host prototypes custom interfaces”. The custom interface object has the following properties.
Custom interface details
Property | Description | |
---|---|---|
version | integer | SNMP interface version. Possible values: 1 - SNMPv1; 2 - SNMPv2c; 3 - SNMPv3. Property behavior: - required |
bulk | integer | Whether to use bulk SNMP requests. Possible values: 0 - don’t use bulk requests; 1 - (default) - use bulk requests. |
community | string | SNMP community. : - required if is set to “SNMPv1” or “SNMPv2c” |
securityname | string | SNMPv3 security name. Property behavior: - supported if version is set to “SNMPv3” |
securitylevel | integer | SNMPv3 security level. Possible values: 0 - (default) - noAuthNoPriv; 1 - authNoPriv; 2 - authPriv. : - supported if version is set to “SNMPv3” |
authpassphrase | string | SNMPv3 authentication passphrase. Property behavior: - supported if version is set to “SNMPv3” and securitylevel is set to “authNoPriv” or “authPriv” |
privpassphrase | string | SNMPv3 privacy passphrase. : - supported if version is set to “SNMPv3” and is set to “authPriv” |
authprotocol | integer | SNMPv3 authentication protocol. Possible values: 0 - (default) - MD5; 1 - SHA1; 2 - SHA224; 3 - SHA256; 4 - SHA384; 5 - SHA512. Property behavior: - supported if version is set to “SNMPv3” and securitylevel is set to “authNoPriv” or “authPriv” |
privprotocol | integer | SNMPv3 privacy protocol. Used only by SNMPv3 interfaces. Possible values: 0 - (default) - DES; 1 - AES128; 2 - AES192; 3 - AES256; 4 - AES192C; 5 - AES256C. : - supported if version is set to “SNMPv3” and securitylevel is set to “authPriv” |
contextname | string | SNMPv3 context name. Property behavior: - supported if version is set to “SNMPv3” |