SnmpTrapProfile

Description

API


    POST /api/snmptrapprofile
    PUT /api/snmptrapprofile/<key>
    DELETE /api/snmptrapprofile/<key>
    GET /api/snmptrapprofile
    GET /api/snmptrapprofile/<key>

CLI


    configure snmptrapprofile <key>
    show snmptrapprofile <key>

Data

SnmpTrapProfile

uuid

Type
string
Category
required
Description
UUID of the SNMP trap profile object

name

Type
string
Category
required
Description
A user-friendly name of the SNMP trap configuration.

trap_servers

Type
SnmpTrapServer
Category
repeated
Description
The IP address or hostname of the SNMP trap destination server.

tenant_ref

Type
Reference to Tenant
Category
optional
Description

SnmpTrapServer

ip_addr

Type
IpAddr
Category
required
Description
IP Address of the SNMP trap destination

community

Type
string
Category
required
Description
The community string to communicate with the trap server.
Default
public

IpAddr

addr

Type
string
Category
required
Description
IP address

type

Type
enum
Category
required
Description
Choices
V4, DNS

Actions

API


    POST /api/snmptrapprofile/<key>/testsnmptrap

CLI


    test alerttestsnmptrap <key>

Data

AlertTestSyslogSnmpParams

text

Type
string
Category
required
Description
The contents of the Syslog message/SNMP Trap contents

References

Tenant

Sub Objects