appliance techpreview monitoring snmp: SNMP remote user

SNMP_remote_user structure Structure that defines a user at particular remote SNMPv3 entity needed when using informs. auth_key and priv_key contained localized keys as defined in http://tools.ietf.org/html/rfc3826#section-1.2.

Representations:

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

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

authentication string SNMP authorization protocol

Defines SNMP authentication protocols Value is one of:
none: NONE
SHA1: SHA1
MD5: MD5

auth_key string SNMP authorization key

privacy string SNMP privacy protocol

Defines SNMP privacy protocols Value is one of:
AES128: AES128
none: NONE

priv_key string SNMP privacy key

engineid string SNMP v3 engine id