NSX-T Data Center REST API

Fetches the upgrade consistency report for a component or all components.

The method fetches the upgrade consistency report for an individual component or all the components.

Request:

Method:
GET
URI Path(s):
/api/v1/upgrade/consistency-report
Request Headers:
n/a
Query Parameters:
ConsistencyCheckListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/upgrade/consistency-report?component_type=EDGE

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ConsistencyCheckReport+

Example Response:

{ "results": [ { "state": "POST_UPGRADE_COMPLETED", "realization_failure": { "total": 2, "warning_msg": "There are 2 objects that are in an inconsistent state post upgrade of EDGE component", "realization_failure_list": [ { "path": "object_path_1", "time": "1652823713361", "status": "FAILED" }, { "path": "object_path_2", "time": "1652823713361", "status": "UNINITIALIZED" } ] }, "drop_stats": { "total_outliers": 2, "warning_msg": "There are 2 outliers in packet drop statistics post upgrade of EDGE component", "outlier_list": [ { "start_time": "1652823713361", "observed_until": "1652823713369", "drop_pps": "2.0", "deviation": "2.5", "pnic_tx_pps": "15.0", "pnic_rx_pps": "14.0", "vnic_tx_pps": "12.0", "vnic_rx_pps": "9.0" }, { "start_time": "1652823713365", "observed_until": "1652823713567", "drop_pps": "1.0", "deviation": "2.7", "pnic_tx_pps": "15.0", "pnic_rx_pps": "14.0", "vnic_tx_pps": "12.0", "vnic_rx_pps": "9.0" } ] }, "forward_stats": { "total_outliers": 2, "warning_msg": "There are 2 outliers in packet forward statistics post upgrade of EDGE component", "outlier_list": [ { "start_time": "1652823713365", "observed_until": "1652823713567", "deviation": "2.1", "pnic_tx_pps": "15.0", "pnic_rx_pps": "14.0", "vnic_tx_pps": "12.0", "vnic_rx_pps": "9.0" }, { "start_time": "1652823713365", "observed_until": "1652823713567", "deviation": "1.7", "pnic_tx_pps": "15.0", "pnic_rx_pps": "14.0", "vnic_tx_pps": "12.0", "vnic_rx_pps": "11.0" } ] } } ] }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: