Put Security Settings
Update security settings in usage meter
Request
URI
PUT
https://{api_host}/settings/security
COPY
Request Body
Change of security setting
SecuritySettings of type(s) application/json
Required
{
"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,
Responses
200
update of security setting successfully done.
Operation doesn't return any data structure
401
Returns 401Unauthorized_sessionID of type(s) application/json
{
"errCode": "GW_LOGIN_REQUIRED",
"errMessage": "Your session not found or already expired. Please login"
}
string
errCode
Optional
errCode
string
errMessage
Optional
errMessage