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&format=csv

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
ConsistencyCheckReportInCsvFormat+

Example Response:

component_type,component_report_state,"realization_failure_total","realization_failure_warning_msg","realization_failure_object_path","realization_failure_timestamp","realization_failure_object_status","drop_stats_total_outliers",drop_stats_warning_msg,drop_stats_cluster_id,drop_stats_cluster_name,drop_stats_start_time,"drop_stats_observed_until",drop_stats_drop_pps,drop_stats_deviation,drop_stats_pnic_tx_pps,drop_stats_pnic_rx_pps,drop_stats_vnic_tx_pps,drop_stats_vnic_rx_pps,"forward_stats_total_outliers","forward_stats_warning_msg",forward_stats_cluster_id,"forward_stats_cluster_name",forward_stats_start_time,"forward_stats_observed_until",forward_stats_deviation,"forward_stats_pnic_tx_pps","forward_stats_pnic_rx_pps","forward_stats_vnic_tx_pps","forward_stats_vnic_rx_pps" HOST,POST_UPGRADE_COLLECTED,1,"The size of the realized objects in failed status is equal to : 1","/infra/segments/InfraSegment1","2024-11-26 22:52:08 UTC",ERROR,1,"There are unusually high packet drops on cluster ef219a7c-732a-44bf-a420-4bcfdf13deac:domain-c14","ef219a7c-732a-44bf-a420-4bcfdf13deac:domain-c14",vlcm-cluster-1,"2024-11-26 22:52:08 UTC","2024-11-26 23:02:27 UTC",18.15702,0.0,61.333333333333336,122.66666666666667,41.333333333333336,56.333333333333336,1,"There are unusually high packet drops on cluster ef219a7c-732a-44bf-a420-4bcfdf13deac:domain-c14","ef213a7c-732a-44bf-a420-4bcfdf13deac:domain-c14",vlcm-cluster-1,"2024-08-01 01:31:33 UTC","2024-08-01 01:31:33 UTC",0.0,49.0,109.66666666666667,0.0,35.666666666666664

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: