NSX Autonomous Edge REST API
SnmpServiceProperties (schema)
SNMP Service properties
Name | Description | Type | Notes |
---|---|---|---|
communities | SNMP v1, v2c community | array of SnmpCommunity | Maximum items: 10 |
start_on_boot | Start when system boots | boolean | |
v2_configured | SNMP v2 is configured or not Indicates whether the local SNMP agent is configured with community string(s). |
boolean | Readonly |
v2_targets | SNMP v2c targets information | array of SnmpV2Target | Maximum items: 3 |
v3_auth_protocol | SNMP v3 auth protocol | string | Enum: SHA1 Default: "SHA1" |
v3_configured | SNMP v3 is configured or not Indicates whether the local SNMP agent is configured with v3 user(s). |
boolean | Readonly |
v3_priv_protocol | SNMP v3 private protocol | string | Enum: AES128 Default: "AES128" |
v3_targets | SNMP v3 targets information | array of SnmpV3Target | Maximum items: 3 |
v3_users | SNMP v3 users information | array of SnmpV3User | Maximum items: 5 |