NSX-T Data Center REST API
Snmpv2cTarget (schema)
SNMP v2c target
This object contains SNMP v2c target/receiver where SNMP traps/notifications will be sent.
| Name | Description | Type | Notes | 
|---|---|---|---|
| community_name | Community name Unique non-sensitive community name to identify community.  | 
            
            string | Required Minimum length: 1 Maximum length: 64  | 
          
| community_string | Community string Community string (shared secret). This field is required when adding a community target. When updating a community target, do not include this field in the request. If this field is present in an update request, it will be considered as a new value for community string.  | 
            
            secure_string | Minimum length: 1 Maximum length: 64  | 
          
| port | SNMP v2c target server port SNMP v2c target server's port number.  | 
            
            integer | Minimum: 1 Maximum: 65535 Default: "162"  | 
          
| server | SNMP v2c target server SNMP v2c target server's IP or FQDN.  | 
            
            HostnameOrIPAddress | Required |