NSX-T Data Center REST API
Upload upgrade bundle (Deprecated)
Upload the upgrade bundle. The call returns after upload is initiated.User needs to check upload status periodically by retrieving upgrade
bundle upload status to find out if the upload is completed.
This API is deprecated, please use /upgrade/bundles?action=upload API
to upload the upgrade bundle.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/upgrade/bundle?action=upload
                  
              
            Request Headers:
                n/a
            Query Parameters:
    UpgradeBundle+
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/upgrade/bundle?action=uploadSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  