SnmpSendTestTraps enables you to test SNMP functionality for a cluster. This method instructs the cluster to send test SNMP traps to the currently configured SNMP manager.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
status | Status of the test. | string |
Requests for this method are similar to the following example:
{ "method": "SnmpSendTestTraps", "params": {}, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "status": "complete" } }
9.6