NSX-T Data Center REST API

Get Uc Bundle metadata for last uploaded bundle.

Returns the Uc bundle metadata. This information belong the last bundle upload
attempt.

Request:

Method:
GET
URI Path(s):
/api/v1/upgrade/uc-bundle-metadata
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

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

Example Response:

{ "upgrade_bundle_upload_type": "DOWNLOAD_URL", "upgrade_bundle_type": "MUB", "upload_start_time": "1681106487612", "upgrade_bundle_file_name": "VMware-NSX-upgrade-bundle-4.1.1.0.0.00000000.mub", "upgrade_bundle_url": "http://abc.com/VMware-NSX-upgrade-bundle-4.1.1.0.0.00000000.mub" }

Required Permissions:

read

Feature:

utilities_upgrade

Additional Errors: