System Administration > Lifecycle Management > Upgrade > Bundles

Get uploaded upgrade bundle upload status

Get uploaded upgrade bundle upload status

Request:

Method:
GET
URI Path(s):
/api/v1/upgrade/bundles/<bundle-id>/upload-status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/upgrade/bundles/22000123456/upload-status

Successful Response:

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

Example Response:

{ "url" : "https://<bundle-url>" "percent" : 100, "status" : "VERIFYING", "detailed_status": "Checking compatibility matrix of the Upgrade Bundle" }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: