Get Security Settings

Get Security Settings

Gets security settings currently configured for usage meter.

Request
URI
GET
https://umip/api/v1/settings/security
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Able retrieve the current security settings successfully.

Returns SecuritySettings of type(s) application/json
{
    "fipsmode": "string"
}
string
fipsmode
Required

Usage meter FIPS mode compliance on/off/error.
fipsmode is on means appliance is FIPS compliant.
fipsmode is off means appliance is FIPS not-compliant.

Possible values are : on, off,

401
Operation doesn't return any data structure

500
Returns GetSecuritySettings500 of type(s) application/json
Operation doesn't return any data structure

502
Returns GetSecuritySettings502 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/settings/security