You can use the GetNodeFipsDrivesReport method to check the FIPS 140-2 drive encryption capability status of a single node in the storage cluster. You must run this method against an individual storage node.
This method has no input parameter.
This method has the following return values:
Name | Description | Type |
---|---|---|
fipsDrives | A JSON object containing the status of FIPS 140-2 feature support for this node. Possible values:
|
string |
Requests for this method are similar to the following example:
{ "method": "GetNodeFipsDrivesReport", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "fipsDrives": "None" } }