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