Skip to main content
Element Software
A newer release of this product is available.

TestLocateCluster

Contributors netapp-pcarriga netapp-dbagwell

You can use the TestLocateCluster method to validate that the node can locate the cluster specified in the cluster configuration. The output validates that the cluster has been created and lists the nodes in the cluster ensemble.

Parameters

This method has no input parameters.

Return value

This method has the following return value:

Name Description Type

details

Information about the test operation success or failure.

JSON object

Request example

Requests for this method are similar to the following example:

{
   "method": "TestLocateCluster",
   "params": {},
   "id" : 1
}

Response example

This method returns a response similar to the following example:

{
   "id": 1,
   "result": {
      "details": {
         "complete": true,
         "ensemble": {
            "nodes": [
               {
                 "IP": "10.10.5.94",
                 "nodeID": 1
               },
               {
                 "IP": "10.10.5.107",
                 "nodeID": 2
               },
               {
                 "IP": "10.10.5.108",
                 "nodeID": 3
               }
            ]
         },
         "version": "5.749"
      },
      "duration": "0.0384478sec",
      "result": "Passed"
   }
}

New since version

9.6