POST /system/fips
When FIPS 140-2 mode is enabled on an ECLYPSE controller, several controller settings will be reset as part of the FIPS 140-2 compliance requirements. Therefore, it is strongly recommended to enable FIPS 140-2 mode, if required, before configuring the controllers on the project.
When FIPS 140-2 mode is enabled you will receive a response 200 OK. Then the controller will reboot.
The following controller settings will be reset when FIPS 140-2 mode is enabled:
In addition, enabling FIPS 140-2 mode will have the following impact on the controller to respect compliance:
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Fips
Property Name | Type | Description | Method |
---|---|---|---|
Enabled | Boolean | This property is used to enabled the Fips mode. | GET POST |
GsaEnabled | Boolean | This property is used to enabled the GSA mode. This property can't be enabled if the Fips mode is not enabled. |
GET POST |
URL Example: https://0.0.0.0/api/rest/v1/system/fips
{
"gsaEnabled": false,
"enabled": true
}
URL Example: https://0.0.0.0/api/rest/v1/system/fips
<?xml version="1.0" encoding="utf-8"?>
<Fips>
<Enabled>true</Enabled>
<GsaEnabled>false</GsaEnabled>
</Fips>