Snmpv3Properties
This object contains list of SNMP v3 users used to poll NSX nodes over SNMP and list of SNMP v3 targets used to receive SNMP traps/notifications from NSX nodes. Users specified in a SNMP v3 target must exist in the list of SNMP v3 users.
{
"auth_protocol": "string",
"cc_users": [
{
"access": "string",
"auth_password": "string",
"priv_password": "string",
"security_level": "string",
"user_id": "string"
}
],
"priv_protocol": "string",
"targets": [
{
"port": 0,
"security_level": "string",
"server": "string",
"user_id": "string"
}
],
"users": [
{
"access": "string",
"auth_password": "string",
"priv_password": "string",
"security_level": "string",
"user_id": "string"
}
]
}
Authentication protocol used for SNMP v3 communication.
List of CentralConfig SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list.
Privacy protocol used for SNMP v3 communication.
List of SNMP v3 targets/receivers where SNMP v3 traps/notifications will be sent from NSX nodes.
List of SNMP v3 users allowed to poll NSX nodes over SNMP. Also, users specified in a SNMP v3 target must exist in this list.