Set Fips Mode Using POST

Set Fips Mode Using POST

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

Request
URI
POST
https://{api_host}/lcm/locker/api/security/fips
COPY
Request Body

fips

FipsModeDTO of type(s) application/json
Required
{
    "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,
Authentication
This operation uses the following authentication methods.
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,

201

Created

Operation doesn't return any data structure

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