NSX-T Data Center Global Manager REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
ConsistencyCheckComponentReport (schema)
Consistency check report for component
Consistency check report for component [EDGE/HOST/MP]
Name | Description | Type | Notes |
---|---|---|---|
component_type | Component type based on which consistency report is to be generated Component type based on which consistency report is to be generated |
string | Required Readonly |
drop_stats | Consistency checks for traffic drop statistics Consistency checks for traffic drop statistics |
array of ConsistencyCheckDropStats | Readonly |
forward_stats | Consistency checks for forward traffic statistics Consistency checks for forward traffic statistics |
array of ConsistencyCheckForwardStats | Readonly |
realization_failure | Consistency checks for realization failures Consistency checks for realization failures |
ConsistencyCheckRealizationFailure | Readonly |
state | State of the consistency checker Current state of the consistency checker function. NOT_STARTED - consistency check has not started for this component type. PRE_UPGRADE_COLLECTED - consistency check for this component type has been instantiated. IN_PROGRESS - consistency check is currently being run for this component type. It will remain in this state until the component upgrade is complete and the periodic check (which runs every 5 minutes) confirms that all objects have reached a terminal state. PAUSED - consistency check for this component type is paused. It will resume once corresponding component resumes upgrade. POST_UPGRADE_COLLECTED_IMPENDING - consistency check for this component type is being examined if the component type IN_PROGRESS would resolve any failed objects. POST_UPGRADE_COMPLETED - consistency check for this component type is in its terminal status. |
string | Required Readonly Enum: NOT_STARTED, PRE_UPGRADE_COLLECTED, IN_PROGRESS, POST_UPGRADE_COMPLETED |