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.
A newer release of this product is available.
GetFipsReport
Contributors
-
PDF of this doc site
-
Manage storage with Element software
-

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 GetFipsReport
method to check the FIPS 140-2 encryption feature support status of all nodes in the storage cluster.
Parameter
This method has no input parameter.
Return values
This method has the following return values:
Name | Description | Type |
---|---|---|
result |
A JSON object containing the status of FIPS 140-2 feature support for every node, and error information for each node that did not respond to the query. |
Request example
Requests for this method are similar to the following example:
{ "method": "GetFipsReport", "params": {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "nodes": [ { "nodeID": 1, "fipsDrives": "None", "httpsEnabled": true }, { "nodeID": 3, "fipsDrives": "None", "httpsEnabled": true } ], "errorNodes": [ { "nodeID": 2, "error": { "message": "The RPC timed out.", "name": "xRpcTimeout" } } ] } }
New since version
10.3