GetSshInfo
You can use the GetSshInfo
method to query the status of the SSH service on a single node.
|
SolidFire Enterprise SDS does not support this method. If you use this method on a SolidFire eSDS system, the method will return an error. |
Parameters
This method has no input parameters.
Return value
This method has the following return value:
Name | Description | Type |
---|---|---|
result |
The status of the SSH service for this node. |
boolean |
Request example
Requests for this method are similar to the following example:
{ "method" : "GetSshInfo", "params" : {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "enabled": false } }