[{"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.",
"enabled": false,
"request": {
"requestId": "a0d8d8cd-ac87-4b5c-ba8b-7a0173c56b55"
},
"state": "ENABLED"
}
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
201 Created 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": "ENABLED"
}
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
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.","enabled":false,"request":{"requestId":"a0d8d8cd-ac87-4b5c-ba8b-7a0173c56b55"},"state":"ENABLED"}' 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