[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Upgrade Status V2
DescriptionThis API is used to check vRSLCM upgrade status.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/lcops/api/v2/system-upgrade
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK returns
LcmUpgradeStatusDTO
of type(s) application/json
{
"progressDetails": "string",
"rebootRequired": false,
"status": "SUCCESS"
}
string
progressDetails
Optional
Progress Details
boolean
rebootRequired
Optional
Reboot required
string
status
Optional
Status
Errors
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
Code Samples
cURL Command
curl https://localhost:8080/lcm/lcops/api/v2/system-upgrade
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager