NSX-T Data Center REST API
Cancel upgrade bundle upload
Cancel upload of upgrade bundle. This API works only when bundle upload isin-progress and will not work during post-processing of upgrade bundle. If
bundle upload is in-progress, then the API call returns http OK response
after cancelling the upload and deleting partially uploaded bundle.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/upgrade/bundles/<bundle-id>?action=cancel_upload
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/upgrade/bundles/22000123456?action=cancel_uploadSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  