NSX-T Data Center REST API
Upload upgrade bundle
Upload the upgrade bundle. This call returns after upload is completed.You can check bundle processing status periodically by retrieving upgrade
bundle upload status to find out if the upload and processing is completed.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/upgrade/bundles?action=upload
                  
              
            Request Headers:
                n/a
            Query Parameters:
    UpgradeBundle+
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/upgrade/bundles?action=uploadSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    UpgradeBundleId+
  