SnmpTrapServer

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.

ip_addr
Required

ip_addr

integer As uint32 As uint32
port
Optional

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.

user
Optional

user

string
version
Optional

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.

Property Of