get https://helios.cohesity.com/v2/mcm/cluster-mgmt/upgrades
Fetch the cluster upgrade details.
Log in to see full request history
Responses
Fetch the cluster upgrade details.
xxxxxxxxxx
curl --request GET \
--url https://helios.cohesity.com/v2/mcm/cluster-mgmt/upgrades \
--header 'accept: application/json'
xxxxxxxxxx
12[
{
"clusterName": "string",
"clusterId": "string",
"clusterIncarnationID": "string",
"currentVersion": "string",
"releaseVersion": "string",
"status": "InProgress",
"scheduledTime": "string",
"pulseTaskId": "string"
}
]