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.
EnableClusterSsh
-
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 the EnableClusterSsh
method to enable the SSH service on all nodes in the storage cluster.
Parameter
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
duration |
The amount of time that the SSH service will remain enabled. |
string |
None |
Yes |
Return values
This method has the following return values:
Name | Description | Type |
---|---|---|
result |
A JSON object containing the status of the SSH service for the storage cluster, the time remaining until SSH is disabled, and the SSH service status for each node. |
JSON object |
Request example
Requests for this method are similar to the following example:
{ "method": "EnableClusterSsh", "params": { "duration" : "02:00:00.00" }, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result" : { "enabled": true, "timeRemaining": "00:43:21", "nodes": [ { "nodeID": 1, "enabled": true }, { "nodeID": 2, "enabled": true }, { "nodeID": 3, "enabled": false }, { "nodeID": 4, "enabled": false } ] } }
New since version
10.3