NamespaceManagementSoftwareClustersInfo

The Clusters.Info structure contains detailed information about the cluster upgrade status and related information.


Properties

array of string
available_versions Required

Set of available versions can be upgraded to.


string
current_version Required

Current version of the cluster.


messages Required

Current set of messages associated with the cluster version.


state Required

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.

Possible values are: PENDINGREADYERROR


string as date-time
last_upgraded_date Optional

Date of last successful upgrade. If unset, the cluster has not yet been upgraded.


upgrade_status Optional

Information about upgrade in progress. If unset, the cluster upgrade is not in progress.

JSON Example

{
	"available_versions": [
		"string"
	],
	"current_version": "string",
	"messages": [
		{
			"details": {
				"args": [
					"string"
				],
				"default_message": "string",
				"id": "string"
			},
			"severity": "INFO"
		}
	],
	"state": "PENDING"
}
Returned By

Get Software Clusters

Feedback

Was this page helpful?