NSX-T Data Center Global Manager REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

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

The SNMP v3 auth protocol. Note, the SHA1 auth protocol is deprecated
and no longer accepted for new or updated SNMP server configurations.
Existing SHA1 configurations remain functional. Migrating to a more
secure protocol, for example SHA256, SHA384 or SHA512, is highly
recommended.
string Enum: SHA1, SHA256, SHA384, SHA512
Default: "SHA256"
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, AES192, AES256
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