appliance system security enhanced security: set
Enable/Disable advanced security (IL4/IL5).
Request:
HTTP request
PUT https://{server}/rest/appliance/system/enhanced-security
Request Body Structure:
{
"enabled" : true
}
"enabled" : true
}
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
enabled | boolean |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
400 | not_allowed_in_current_state | If Global FIPS mode is enabled then disabling enhanced security is not allowed |
500 | error | Generic error |