[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Set Fips Mode

Description

This API is used to set FIPS status for vRSLCM appliance and services.

Request

Request

URL

URL


post
https://localhost:8080/lcm/locker/api/security/fips
Copy

Request Body

Request Body

FipsModeDTO of type(s) application/json Required

fips

{
    "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: ENABLEDDISABLEDCHANGING

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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: ENABLEDDISABLEDCHANGING


201 Created

Created

Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found

Code Samples

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
Feedback

Was this page helpful?