Skip to main content
Element Software
12.5 and 12.7

Check the FIPS drive status

Contributors netapp-pcarriga amgrissino

You can check whether the FIPS drives feature is enabled on the cluster by using the NetApp Element software GetFeatureStatus API method, which shows whether the FIPS Drives Enabled Status is true or false.

  1. Using the Element API, check the FIPS drives feature on the cluster by entering:

    GetFeatureStatus

  2. Review the results of the GetFeatureStatus API call. If the FIPS Drives enabled value is True, the FIPS drives feature is enabled.

    {"enabled": true,
    "feature": "FipsDrives"
    }