NSX-T Data Center REST API

Upload the Kubernetes tools on NSX Manager via remote URL

Upload the Kubernetes tools on NSX Manager via remote url.
You need to get this file from VMware website.
File contains kubectl binary, helm binary and signature to verify them.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/napp/deployment/tools/upload_from_remote_server
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
UploadBundleRemoteServer+

Example Request:

{ "port" : 80, "server": "192.168.120.151", "uri" : "/custom/path/container_tools_22000123456.tar.gz", "protocol" : "https" }

Successful Response:

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

Example Response:

{ "bundle_id" : "22000123456" }

Required Permissions:

crud

Feature:

policy_napp

Additional Errors: