NSX-T Data Center REST API

Get Pre-upgrade Check Success

Get success resulting from the last execution of pre-upgrade checks. If
the execution of checks is in progress, the response has the list of
successes observed so far.

Request:

Method:
GET
URI Path(s):
/api/v1/upgrade/pre-upgrade-checks/success
Request Headers:
n/a
Query Parameters:
UpgradeCheckSuccessListRequestParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "results": [ { "type": "SUCESS", "message": "SUCCESS", "component_type": "HOST", "origin_id": "5e7aabc6-daea-11e9-938d-e34b48b12d44", "origin_name": "wdc-rdops-vm05-dhcp-65-47.eng.vmware.com", "origin_type": "UPGRADE_UNIT" }, { "type": "SUCCESS", "message": "SUCCESS, "component_type": "HOST", "origin_id": "35fd8964-daea-11e9-b67e-471c10dc6657", "origin_name": "wdc-rdops-vm05-dhcp-77-244.eng.vmware.com", "origin_type": "UPGRADE_UNIT" }, { "type": "SUCCESS", "message": "SUCCESS", "component_type": "MP", "origin_id": "MP", "origin_name": "MP Component", "origin_type": "COMPONENT" } ], "result_count": 3, "sort_ascending": true }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: