NSX-T Data Center REST API

Get progress status of kubernetes tools bundle upload

Get the progress of uploading kubernetes tools bundle from the remote location.
This API will also verify the kubernetes tools bundle, before marking upload as a success.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/napp/deployment/tools/upload/status/<bundle-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/sites//napp/deployment/tools/upload/status/22000123456

Successful Response:

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

Example Response:

{ "resource_type": "UploadBundleStatus", "port" : 80, "server": "192.168.120.151", "uri" : "/custom/path/container_tools_22000123456.tar.gz", "protocol" : "https" "percent" : 80, "status" : "VERIFYING", "detailed_status": "Checking Signature of the Upgrade Bundle" }

Required Permissions:

read

Feature:

policy_napp

Additional Errors: