Snmpv3Target
Snmpv3Target
This object contains SNMP v3 target/receiver where SNMP traps/notifications will be sent.
JSON Example
{
"port": 0,
"security_level": "string",
"server": "string",
"user_id": "string"
}
integer As int64
As int64
port
Optional
Constraints:
minimum: 1
maximum: 65535
default: 162
SNMP v3 target server's port.
string
security_level
Optional
Constraints:
default: AUTH_PRIV
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 As hostname-or-ip
As hostname-or-ip
server
Required
SNMP v3 target server's IP or FQDN.
string
user_id
Required
Constraints:
minLength: 1
maxLength: 32
SNMP v3 user id used to notify target server. This SNMP v3 user should already be added in this profile.