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

Get LCM Health Status V2

Description

This API is used to check vRSLCM health status.

Request

Request

URL

URL


get
https://localhost:8080/lcm/health/api/v2/status
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns LcmHealthStatusDTO of type(s) application/json
{
    "blackstone": "UP",
    "bootstrap": "UP",
    "postgres": "UP",
    "vrlcm-server": "UP"
}
string
blackstone Optional

Blackstone service status


string
bootstrap Optional

Bootstrap status


string
postgres Optional

Postgres DB service status


string
vrlcm-server Optional

vRealize Suite Lifecycle Manager service status

Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/health/api/v2/status


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

Was this page helpful?