appliance techpreview monitoring snmp: SNM pv1 trap target

SNM_pv1_trap_target structure Structure that defines an SNMP v1/v2c trap target.

Representations:

{
    "community""string",
    "ip""string",
    "port"1
}
<?xml version="1.0" ?>
<ns0:SNMPv1TrapTarget xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <port>1</port>
  <community>string</community>
  <ip>string</ip>
</ns0:SNMPv1TrapTarget>

Attributes:

Name Type Description
Required
ip string SNMP target ip

port long SNMP target port

community string SNMP target community