appliance techpreview monitoring snmp: SNMP user

SNMP_user structure Structure that defines information associated with an SNMP user. authKey and privKey are localized keys defined in http://tools.ietf.org/html/rfc3826#section-1.2.

Representations:

{
    "auth_key""string",
    "priv_key""string",
    "sec_level""none",
    "username""string"
}
<?xml version="1.0" ?>
<ns0:SNMPUser xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <username>string</username>
  <priv_key>string</priv_key>
  <sec_level>none</sec_level>
  <auth_key>string</auth_key>
</ns0:SNMPUser>

Attributes:

Name Type Description
Required
username string SNMP Username

sec_level string SNMP security level

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

auth_key string SNMP authorization key

priv_key string SNMP privacy key