appliance techpreview monitoring snmp: test

Send a warmStart notification to all configured traps and inform destinations (see RFC 3418).

Request:

HTTP request

POST https://{server}/rest/appliance/techpreview/monitoring/snmp/test
No request parameters

Response:

HTTP Status Code: 200

Representations:

{
    "value"{
        "message""string",
        "success"true
    }
}
<?xml version="1.0" ?>
<ns0:Test-Result xmlns:ns0="http://vmware.com/appliance/techpreview/monitoring/snmp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value>
    <message>string</message>
    <success>true</success>
  </value>
</ns0:Test-Result>

Response Type:

Name Type Description
bold = required
value SNMP_test_results SNMP test result.
value.success boolean Set success to true/false

value.message string message

Errors:

HTTP Status Code Type Description
500 error Generic error