[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get LCM Health Status V2
DescriptionThis API is used to check vRSLCM health status.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/health/api/v2/status
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse 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
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/health/api/v2/status
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager