Vcenter NamespaceManagement Software Clusters UpgradeSpec

Vcenter NamespaceManagement Software Clusters UpgradeSpec
Vcenter NamespaceManagement Software Clusters UpgradeSpec

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter NamespaceManagement Software Clusters UpgradeSpec schema contains the specification required to upgrade a cluster.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "desired_version": "string",
    "ignore_precheck_warnings": false
}
string
desired_version
Required

This property is deprecated as of vSphere API 9.1.0.0.

Version number the cluster is going to be upgraded to.

This property was added in vSphere API 7.0.0.0.

boolean
ignore_precheck_warnings
Optional

This property is deprecated as of vSphere API 9.1.0.0.

If true, the upgrade workflow will ignore any pre-check warnings and proceed with the upgrade.

This property was added in vSphere API 7.0.0.0.

If missing or null, the upgrade workflow will not ignore pre-check warnings and fail the upgrade. It is equivalent to setting the value to false. The workflow adopts a conservative approach of failing the upgrade if missing or null to solely let the user decide whether to force the upgrade despite the warnings.