SnmpProfileRequest
Properties
string
nick_name
Optional
Descriptor or identifier for particular SNMP profile.
string
snmp_version
Optional
Not available
Possible values are: v2c, v3
string
target_ip
Optional
IP address of SNMP target destination
integer
target_port
Optional
Receiving port number of SNMP target destination
Parameter To
Add New SNMP Trap Destination Profile
Update An Existing SNMP Destination Profile
Send Test Trap To SNMP Destination Profile
JSON Example
{
"nick_name": "AWS SNMP collector profile",
"snmp_v2c": {
"community_string": "public"
},
"snmp_v3": {
"authentication_password": "VMware1!",
"authentication_type": "MD5",
"context_name": "default",
"privacy_password": "VMware1!",
"privacy_type": "AES256",
"username": "readonly"
},
"snmp_version": "string",
"target_ip": "10.11.11.102",
"target_port": 161
}