vcenter nsx deployment upgrade status: info

The info structure contains information regarding the current NSX upgrade operation. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "upgrade_status""NOT_STARTED"
}

Attributes:

Name Type Description
Required
upgrade_status string The status of upgrade operation. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Defines the overall upgrade status of the deployment, including clusters, edges and hosts. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
NOT_STARTED: The upgrade is not yet started. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
IN_PROGRESS: The upgrade is in progress. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PAUSE_PENDING: A request to pause the upgrade is pending, the upgrade will be paused after the operations on the current clusters are completed. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
PAUSED: The upgrade is paused, this can happen on a user request or on cluster upgrade failure. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
COMPLETED: The upgrade is completed. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.