A newer release of this product is available.
ListTests
Suggest changes
You can use the ListTests
method to list the tests that are available to run on a node.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
tests |
List of tests that can be performed on the node. |
string array |
Request example
Requests for this method are similar to the following example:
{ "method": "ListTests", "params": {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "tests": [ "TestConnectEnsemble", "TestConnectMvip", "TestConnectSvip", "TestDrives", "TestHardwareConfig", "TestLocateCluster", "TestPing", "TestLocalConnectivity", "TestRemoteConnectivity", "TestNetworkConfig" ] } }
New since version
9.6