Update An Existing SNMP Destination Profile
DescriptionUpdate an existing SNMP Trap destination profile. Only admin users can perform this action.
Request
URLURL
Path Parameters
Path Parameters
The Entity ID of object requestion information on
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
200 OK
{
"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
Not Found
Internal Error