[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Upgrade History V2
DescriptionThis API is used to get vRSLCM upgrade history.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/lcops/api/v2/system-upgrade/history
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
LcmUpgradeHistoryDetailsDTO
of type(s) application/json
{
"upgradeTimeStamp": "Tue Jan 19 09:36:11 UTC 2021",
"versionUpgradedFrom": "8.1.0.17",
"versionUpgradedTo": "8.2.0.23"
}
string
upgradeTimeStamp
Optional
Upgrade Timestamp
string
versionUpgradedFrom
Optional
Version Upgraded From
string
versionUpgradedTo
Optional
Version Upgraded From
Errors
401
Unauthorized
403
Forbidden
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/lcops/api/v2/system-upgrade/history
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager