492 XML API basetype properties
Example
# show users
...
<OBJECT basetype="users" name="user" oid="1" format="rows">
<PROPERTY name="username" key="true" type="string">d</PROPERTY>
<PROPERTY name="roles" type="string">manage,monitor</PROPERTY>
<PROPERTY name="user-type" type="string">Standard</PROPERTY>
<PROPERTY name="user-type-numeric" type="string">2</PROPERTY>
<PROPERTY name="user-locale" type="string">English</PROPERTY>
<PROPERTY name="user-locale-numeric" type="string">0</PROPERTY>
<PROPERTY name="interface-access-WBI" type="string">x</PROPERTY>
<PROPERTY name="interface-access-CLI" type="string">x</PROPERTY>
<PROPERTY name="interface-access-FTP" type="string"></PROPERTY>
<PROPERTY name="interface-access-SMIS" type="string"></PROPERTY>
<PROPERTY name="interface-access-SNMP" type="string"></PROPERTY>
<PROPERTY name="storage-size-base" type="uint8">10</PROPERTY>
<PROPERTY name="storage-size-precision" type="uint8">1</PROPERTY>
<PROPERTY name="storage-size-units" type="string">Auto</PROPERTY>
<PROPERTY name="storage-size-units-numeric" type="string">0</PROPERTY>
<PROPERTY name="temperature-scale" type="string">Fahrenheit</PROPERTY>
<PROPERTY name="temperature-scale-numeric" type="string">0</PROPERTY>
<PROPERTY name="timeout" type="uint32">1800</PROPERTY>
<PROPERTY name="ui-refresh" type="uint16">30</PROPERTY>
<PROPERTY name="authentication-type" type="string"></PROPERTY>
<PROPERTY name="privacy-type" type="string"></PROPERTY>
<PROPERTY name="password" type="string">********</PROPERTY>
<PROPERTY name="privacy-password" type="string">********</PROPERTY>
<PROPERTY name="trap-destination" type="string"></PROPERTY>
</OBJECT>
...
password string User password. For a standard user the password is represented by eight
asterisks. For an SNMPv3 user this is the authentication password; it is shown in
clear text for reference when configuring users in the corresponding
management application.
privacy-
password
string Encryption password for an SNMPv3 user whose privacy type is set to DES or
AES. The password is shown in clear text for reference when configuring users in
the corresponding management application.
trap-
destination
string For an SNMPv3 user whose interface-access-SNMP property is set to
snmptarget, this specifies the IP address of the host that will receive SNMP
traps.
Table 85 users properties (continued)
Name Type Description