SnmpProfileRequest

SnmpProfileRequest
SnmpProfileRequest
JSON Example
{
    "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"
    }
}
string
nick_name
Optional

Descriptor or identifier for particular snmp profile.

string
target_ip
Optional

IP address of SNMP target destination

integer
target_port
Optional

Receiving port number of SNMP target destination

string
snmp_version
Optional

snmp_version

Possible values are : v2c, v3,
snmp_v2c
Optional

snmp_v2c

snmp_v3
Optional

snmp_v3