Configuring FIPS-compliant security by using REST Administration APIs
System administrators can enable or disable Federal Information Processing Standards (FIPS) compliant security by using REST Administration APIs. System administrators can view whether FIPS-compliant security is enabled or disabled by using the Eclipse Amlen REST Administration API GET method.
After you enable or disable FIPS-compliant security on Eclipse Amlen, you must restart the Eclipse Amlen server.
You can configure FIPS-compliant security by using a REST Administration API, or by using the Amlen WebUI. For more information about using the Amlen WebUI to configure FIPS-compliant security, see Configuring Federal Information Processing Standards (FIPS).
curl -X POST \
-H 'Content-Type: application/json' \
-d '{
"FIPS": true
}
' \
http://127.0.0.1:9089/ima/v1/configuration/