Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.3 KB

reference_element_api_fipsnodereport.adoc

File metadata and controls

49 lines (40 loc) · 1.3 KB
permalink sidebar keywords summary
api/reference_element_api_fipsnodereport.html
sidebar
objects,object,fipsNodeReport
The fipsNodeReport object contains information about FIPS 140-2 support for a single node in the storage cluster. You can retrieve this information using the GetFipsReport method.

fipsNodeReport

The fipsNodeReport object contains information about FIPS 140-2 support for a single node in the storage cluster. You can retrieve this information using the GetFipsReport method.

Object members

This object contains the following members:

Name Description Type

nodeID

The ID of the node reporting the information.

integer

fipsDrives

Whether or not FIPS 140-2 drive encryption is enabled for this node. Possible values:

  • None: This node is not capable of FIPS drive encryption.

  • Partial: Node is capable of FIPS drive encryption but not all drives present are FIPS-capable drives.

  • Ready: Node is capable of FIPS drive encryption and either all drives present are FIPS-capable drives, or there are no drives present.

FipsDrivesStatusType

httpsEnabled

Whether or not FIPS 140-2 HTTPS encryption is enabled for this node. Possible values:

  • true: enabled

  • false: disabled

boolean