appliance techpreview monitoring snmp: SNMP hash results
SNMP_hash_results structure Structure to provide operators diagnostics test results.Representations:
{
"auth_key": "string",
"priv_key": "string"
}
"auth_key": "string",
"priv_key": "string"
}
<?xml version="1.0" ?>
<ns0:SNMPHashResults xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<priv_key>string</priv_key>
<auth_key>string</auth_key>
</ns0:SNMPHashResults>
<ns0:SNMPHashResults xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<priv_key>string</priv_key>
<auth_key>string</auth_key>
</ns0:SNMPHashResults>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| auth_key | string | SNMP authentication key |
| priv_key | string | SNMP privacy key |