GET Upgrades Version
Gets the cluster-wide status of the upgrade.
The Operations for Logs version of the upgrade
Successfully retrieved the upgrade status of the cluster.
{
"status": {
"version": "4.0.0-1234567",
"pakFileName": "VMware-vRealize-Log-Insight-4.0.0-1234567.pak",
"nodeStatuses": [
{
"status": "Upgrading",
"timestamp": 1496145083890,
"timestampString": "2017-05-30 15:51:23.890 GMT+04:00",
"token": "27bcbafc-b99d-4609-9fab-4f3ad937fe5e"
}
],
"pakFileUrl": "http://vmware.com/downloads/VMware-vRealize-Log-Insight-4.0.0.pak",
"eulaAccepted": false,
"masterToken": "27bcbafc-b99d-4609-9fab-4f3ad937fe5e",
"clusterStatus": "Upgrading",
"started": "1496145083067",
"finished": "0",
"startedString": "2017-05-30 15:51:23.067 GMT+04:00",
"finishedString": ""
}
}
The request was refused because it lacks valid authentication
credentials. This can happen if the Authorization header
was missing, or if it contained an invalid session ID.
Obtain a new session ID and retry the request,
or make an unauthenticated request without the Authorization header.
"Invalid session ID"
The request was refused because the session ID has
expired. Obtain a new session ID from /api/v1/sessions.
"Login Timeout"
Internal error while processing the client request
{
"errorMessage": "The operation failed due to an internal error."
}
A message describing the error.
A code representing the type of error.
Dynamic error details, where the field name can vary depending on the request field and error code.
curl -H 'Authorization: <value>' https://{api_host}/api/v1/upgrades/{version}