Vcenter NamespaceManagement Software Clusters Summary

Vcenter NamespaceManagement Software Clusters Summary
Vcenter NamespaceManagement Software Clusters Summary

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement Software Clusters Summary schema contains basic information about the cluster upgrade related information.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cluster": "string",
    "cluster_name": "string",
    "current_version": "string",
    "available_versions": [
        "string"
    ],
    "last_upgraded_date": "string",
    "desired_version": "string",
    "state": "string"
}
string
cluster
Required

This property is deprecated as of vSphere API 9.1.0.0.

Identifier for the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
cluster_name
Required

This property is deprecated as of vSphere API 9.1.0.0.

Name of the cluster.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.name.

string
current_version
Required

This property is deprecated as of vSphere API 9.1.0.0.

Current version of the cluster.

This property was added in vSphere API 7.0.0.0.

array of string
available_versions
Required

This property is deprecated as of vSphere API 9.1.0.0.

Set of versions available for upgrade.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
last_upgraded_date
Optional

This property is deprecated as of vSphere API 9.1.0.0.

Date of last successful upgrade.

This property was added in vSphere API 7.0.0.0.

If missing or null, the cluster has not yet been upgraded.

string
desired_version
Optional

This property is deprecated as of vSphere API 9.1.0.0.

Desired version the cluster will be upgraded to.

This property was added in vSphere API 7.0.0.0.

If missing or null, the cluster upgrade is not in progress.

string
state
Required

This property is deprecated as of vSphere API 9.1.0.0.

Current state of the upgrade.

For more information see: Vcenter NamespaceManagement Software Clusters State.

This property was added in vSphere API 7.0.0.0.

Deprecated