vcenter namespace management software clusters: summary

The summary structure contains basic information about the cluster upgrade related information.

Representation:

{
    "cluster""obj-103",
    "cluster_name""obj-103",
    "desired_version""string",
    "available_versions"[
        "string",
        "string"
    ],
    "current_version""string",
    "state""PENDING",
    "last_upgraded_date""2015-01-01T22:13:05.651Z"
}

Attributes:

Name Type Description
Required
cluster 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.

cluster_name string 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 string Current version of the cluster.

available_versions string[] Set of versions available for upgrade.

state string Current state of the upgrade.

Describes the state of the upgrade. Value is one of:
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.

Optional
last_upgraded_date date_time Date of last successful upgrade.

Optional. If unset, the cluster has not yet been upgraded.

desired_version string Desired version the cluster will be upgraded to.

Optional. If unset, the cluster upgrade is not in progress.