appliance techpreview monitoring snmp: SNM pv3 target

SNM_pv3_target structure Structure that defines an SNMP v3 inform or trap target.

Representations:

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

Attributes:

Name Type Description
Required
type string SNMP target type

Defines SNMP v3 notification types Value is one of:
inform: inform
trap: trap

sec_level string SNMP security level

Defines SNMP decurity levels Value is one of:
none: none
auth: auth
priv: priv

ip string SNMP target ip

port long SNMP target port

user string SNMP User