NamespaceManagement_Software_Clusters_Summary
The Clusters.Summary structure contains basic information about the cluster upgrade related information.
{
"cluster": "string",
"cluster_name": "string",
"current_version": "string",
"available_versions": [
"string"
],
"last_upgraded_date": "string",
"desired_version": "string",
"state": "string"
}
Identifier for the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
Name of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.name.
Current version of the cluster.
Set of versions available for upgrade.
Date of last successful upgrade. If unset, the cluster has not yet been upgraded.
Desired version the cluster will be upgraded to. If unset, the cluster upgrade is not in progress.
The Clusters.State enumerated type describes the state of the upgrade.
PENDING : Upgrade is in progress.
READY : Cluster is ready when there is no upgrade or upgrade is completed.
ERROR : Upgrade failed and need user intervention.