SnmpProfileListResponse
Properties
integer
total_count
Optional
Not available
JSON Example
{
"results": [
{
"entity_id": "snmp-er67ght8kn67",
"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
}
],
"total_count": 5
}