The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
TestRemoteConnectivity
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use TestRemoteConnectivity
method to ping each node of the remote cluster and check the remote ensemble database connection. Clusters must be paired in order to return useful results with this method. If the remote database connection fails, the response from the system lists the exceptions.
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
details |
Individual ping response times for each node. |
JSON object |
Request example
Requests for this method are similar to the following example:
{ "method": "TestRemoteConnectivity", "params": { "force": "true" }, "id": 1 }
Response example
This method returns a response similar to the following example:
{ "id": null, "result": { "details": { "1": { "details": { "10.26.86.17": { "individualResponseTimes": [ "00:00:00.006868", "00:00:00.005933", "00:00:00.006655", "00:00:00.006584", "00:00:00.006334" ], "individualStatus": [ "true", "true", "true", "true", "true" ], "responseTime": "00:00:00.006475", "successful": true }, "10.26.86.18": { "individualResponseTimes": [ "00:00:00.006201", "00:00:00.006187", "00:00:00.005990", "00:00:00.006029", "00:00:00.005917" ], "individualStatus": [ "true", "true", "true", "true", "true" ], "responseTime": "00:00:00.006065", "successful": true }, "10.26.86.19": { "individualResponseTimes": [ "00:00:00.005988", "00:00:00.006948", "00:00:00.005981", "00:00:00.005964", "00:00:00.005942" ], "individualStatus": [ "true", "true", "true", "true", "true" ], "responseTime": "00:00:00.006165", "successful": true, }, "10.26.86.20": { "individualResponseTimes": [ "00:00:00.005926", "00:00:00.006072", "00:00:00.005675", "00:00:00.009904", "00:00:00.006225" ], "individualStatus": [ "true", "true", "true", "true", "true" ], "responseTime": "00:00:00.006760", "successful": true } }, "successful": true } }, "duration": "00:00:00.595982", "result": "Passed" } }
New since version
9.6