Skip to main content
Element Software
12.5 and 12.7

fipsNodeReport

Contributors netapp-pcarriga

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