NSX-T Data Center REST API
Checks bundle upload permissions
Checks whether bundle upload is allowed on given node for given appliance.There are different kinds of checks for different appliances. Some of the
checks for Intelligence appliance are as follows:
1. Is bundle upload-allowed on given node
2. Is bundle upload already in-progress
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/repository/bundles/upload-allowed
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ProductType+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/repository/bundles/upload-allowed?product=INTELLIGENCESuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BundleUploadPermission+
  