NSX-T Data Center REST API
UpgradeCheck (schema)
Pre/post-upgrade check
Check to identify potential pre/post-upgrade issues
Name | Description | Type | Notes |
---|---|---|---|
component_type | Component type | string | Required |
display_name | Name of the pre/post-upgrade check | string | |
failure_messages | List of failure messages List of failure messages. This field is deprecated now. Please use failures instead. |
array of string | Deprecated Readonly |
failures | List of failures | array of UpgradeCheckFailureMessage | Readonly |
status | Status of pre/post-upgrade check | string | Required Readonly Enum: SUCCESS, FAILURE, WARNING |