NSX-T Data Center REST API
ComponentUpgradeStatus (schema)
Name | Description | Type | Notes |
---|---|---|---|
can_rollback | Can perform rollback This field indicates whether we can perform upgrade rollback. |
boolean | Readonly |
can_skip | Can the upgrade of the remaining units in this component be skipped | boolean | Readonly |
component_type | Component type for the upgrade status | string | Readonly |
current_version_node_summary | Mapping of current versions of nodes and counts of nodes at the respective versions. | NodeSummaryList | Readonly |
details | Details about the upgrade status | string | Readonly |
node_count_at_target_version | Count of nodes at target component version Number of nodes of the type and at the component version |
int | Readonly |
percent_complete | Indicator of upgrade progress in percentage | number | Required Readonly |
pre_upgrade_status | Pre-upgrade status of the component-type | UpgradeChecksExecutionStatus | Readonly |
status | Upgrade status of component | string | Required Readonly Enum: SUCCESS, FAILED, IN_PROGRESS, NOT_STARTED, PAUSING, PAUSED |
target_component_version | Target component version | string | Readonly |