Get Fips Mode Using GET

Get Fips Mode Using GET

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

Request
URI
GET
https:////localhost:8080/lcm/locker/api/security/fips
COPY
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": "boolean",
    "request": {
        "requestId": "a0d8d8cd-ac87-4b5c-ba8b-7a0173c56b55"
    },
    "state": "string"
}
string
description
Optional

description

boolean
enabled
Optional

enabled

request
Optional

request

string
state
Optional

state


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