Get Fips Mode Using GET
This API is used to get FIPS status for vRSLCM appliance and services.
Request
URI
GET
https://{api_host}/lcm/locker/api/security/fips
COPY
Responses
200
OK
Returns FipsModeDTO of type(s) application/json;charset=UTF-8
{
"description": "FIPS mode is enabled for vRealize Suite Lifecycle Manager appliance and services.",
"enabled": false,
"request": {
"requestId": "a0d8d8cd-ac87-4b5c-ba8b-7a0173c56b55"
},
"state": "string"
}
string
description
Optional
description
boolean
enabled
Optional
enabled
request
Optional
Class providing the request identifier for an operation triggered
string
state
Optional
state
Possible values are : ENABLED, DISABLED, CHANGING,
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure