SnmpTrapProfile

SnmpTrapProfile
SnmpTrapProfile
JSON Example
{
    "_last_modified": "string",
    "configpb_attributes": {
        "version": 0
    },
    "name": "string",
    "tenant_ref": "string",
    "trap_servers": [
        {
            "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"
        }
    ],
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

configpb_attributes
Optional

configpb_attributes

string
name
Required

A user-friendly name of the SNMP trap configuration. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
tenant_ref
Optional

It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

trap_servers
Optional

The IP address or hostname of the SNMP trap destination server. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

UUID of the SNMP trap profile object. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.