[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Set Fips Mode
DescriptionThis API is used to set FIPS status for vRSLCM appliance and services.
Request
URLURL
https://localhost:8080/lcm/locker/api/security/fips
Request Body
Request Body
{
"description": "FIPS mode is enabled for vRealize Suite Lifecycle Manager appliance and services."
}
string
description
Optional
boolean
enabled
Optional
request
Optional
Class providing the request identifier for an operation triggered
string
state
Optional
Possible values are: ENABLED , DISABLED , CHANGING
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
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."
}
string
description
Optional
boolean
enabled
Optional
request
Optional
Class providing the request identifier for an operation triggered
string
state
Optional
Possible values are: ENABLED , DISABLED , CHANGING
201 Created
Created
Operation doesn't return any data structure.
Errors
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"description":"FIPS mode is enabled for vRealize Suite Lifecycle Manager appliance and services."}' https://localhost:8080/lcm/locker/api/security/fips
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Security Controller Operations
get
post