NSX-T Data Center REST API

Upload the Kubernetes tools on NSX Manager via File

Synchronous call to upload the Kubernetes tools on NSX Manager via File.
You need to get this file from VMware website.
File will 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-T.

Request:

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

Example Request:

POST https://<nsx-mgr>/policy/api/v1/infra/sites//napp/deployment/tools/upload

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: