SnmpTrapServer
SnmpTrapServer
JSON Example
{
"community": "string",
"ip_addr": {
"addr": "string",
"type": "string"
},
"port": 0,
"user": {
"auth_passphrase": "string",
"auth_type": "string",
"priv_passphrase": "string",
"priv_type": "string",
"username": "string"
},
"version": "string"
}
string
community
Optional
The community string to communicate with the trap server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
integer As uint32 As uint32
port
Optional
Constraints: default: 162
The UDP port of the trap server. Field introduced in 16.5.4,17.2.5. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
string
version
Optional
Constraints: default: SNMP_VER2
SNMP version support. V2 or V3. Enum options - SNMP_VER2, SNMP_VER3. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.