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