Add New SNMP Trap Destination Profile
DescriptionAdd a new SNMP destination profile. By Default, maximum of 4 SNMP Trap profiles can be configured. Only admin users can perform this action.
Request
URLURL
Request Body
{
"nick_name": "AWS SNMP collector profile",
"target_ip": "10.11.11.102",
"target_port": 161
}
Descriptor or identifier for particular SNMP profile.
Possible values are: v2c , v3
IP address of SNMP target destination
Receiving port number of SNMP target destination
Authentication
Response
Response BodyResponse Body
201 Created
{
"entity_id": "snmp-er67ght8kn67",
"nick_name": "AWS SNMP collector profile",
"target_ip": "10.11.11.102",
"target_port": 161
}
Entity Identifier for SNMP profile.
User defined descriptor or identifier for particular SNMP profile.
Possible values are: v2c , v3
IP address of SNMP target destination
Receiving port number of SNMP target destination
Errors
Bad Request
Unauthorized
Forbidden
Internal Error