Snmpv3Target (schema)

SNMP v3 target

This object contains SNMP v3 target/receiver where SNMP traps/notifications will be sent.
Name Description Type Notes
port SNMP v3 target server port

SNMP v3 target server's port.
integer Minimum: 1
Maximum: 65535
Default: "162"
security_level Security level

Security level indicates whether SNMP communication involves authentication and privacy protocols for this user. Value "AUTH_PRIV" indicates both authentication and privacy protocols will be used for SNMP communication.
string Enum: AUTH_PRIV
Default: "AUTH_PRIV"
server SNMP v3 target server

SNMP v3 target server's IP or FQDN.
HostnameOrIPAddress Required
user_id Existing SNMP v3 user id

SNMP v3 user id used to notify target server. This SNMP v3 user should already be added in this profile.
string Required
Minimum length: 1
Maximum length: 32