upgradeHistory_items
upgradeHistory_items
List of all the upgrade operations which were performed for the cluster.
JSON Example
{
"clusterId": "string",
"oldKubernetesVersion": "string",
"newKubernetesVersion": "string",
"status": "string",
"upgradedOn": "string"
}
string
clusterId
Optional
Id of the cluster for which the upgrade history is being listed.
string
oldKubernetesVersion
Optional
The kubernetes version from which the cluster was upgraded.
string
newKubernetesVersion
Optional
The kubernetes version to which the cluster was upgraded.
string
status
Optional
The status of the upgrade operation.
string
upgradedOn
Optional
The time at which the cluster upgrade operation was performed.