GetNodeFipsDrivesReport
Suggest changes
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.
Parameter
This method has no input parameter.
Return values
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 |
Request example
Requests for this method are similar to the following example:
{ "method": "GetNodeFipsDrivesReport", "params": {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "fipsDrives": "None" } }
New since version
11.5