Snmpv2cTarget

Snmpv2cTarget
Snmpv2cTarget

This object contains SNMP v2c target/receiver where SNMP traps/notifications will be sent.

JSON Example
{
    "community_name": "string",
    "community_string": "string",
    "port": 0,
    "server": "string"
}
string
community_name
Required
Constraints: minLength: 1 maxLength: 64

Unique non-sensitive community name to identify community.

string
community_string
Optional
Constraints: minLength: 1 maxLength: 64

Community string (shared secret). This field is required when adding a community target. When updating a community target, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for community string.

integer As int64 As int64
port
Optional
Constraints: minimum: 1 maximum: 65535 default: 162

SNMP v2c target server's port number.

string As hostname-or-ip As hostname-or-ip
server
Required

SNMP v2c target server's IP or FQDN.