Add new SNMP destination profile
Add a new SNMP destination profile. By Default, maximum of 4 SNMP profiles can be configured. Only admin users can perform this action.
{
"nick_name": "Aws collector profile",
"target_ip": "10.11.11.102",
"target_port": 161,
"snmp_version": "string",
"snmp_v2c": {
"community_string": "string"
},
"snmp_v3": {
"username": "string",
"context_name": "string",
"authentication_type": "string",
"authentication_password": "string",
"privacy_type": "string",
"privacy_password": "string"
}
}
Descriptor or identifier for particular snmp profile.
IP address of SNMP target destination
Receiving port number of SNMP target destination
snmp_version
Success
{
"entity_id": "snmp-er67ght8kn67",
"nick_name": "Aws collector profile",
"target_ip": "10.11.11.102",
"target_port": 161,
"snmp_version": "string",
"snmp_v2c": {
"community_string": "string"
},
"snmp_v3": {
"username": "string",
"context_name": "string",
"authentication_type": "string",
"authentication_password": "string",
"privacy_type": "string",
"privacy_password": "string"
}
}
Entity Identifier for snmp profile.
User defined descriptor or identifier for particular snmp profile.
IP address of SNMP target destination
Receiving port number of SNMP target destination
snmp_version
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Forbidden
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message