S

Friday, August 12th, 2022 7:21 AM

Alteryx to Collibra Integration

Problem: When trying to trigger the Alteryx integration using the HTTP endpoint (i.e. localhost:8080/api/sync), it is failing with the following error:

 Request method ‘GET’ not supported

Solution: The Alteryx integration according to the current version on Collibra’s Marketplace should be triggered using a HTTP POST request instead of a HTTP GET request.

Since when using a web browser, a GET request is used (not a POST request), there are the following options on how this integration could be triggered:

  1. Use tools such as Postman or Curl to send a POST request.

  2. From the web browser, visit the following Swagger endpoint URL and then trigger the integration from the web interface:

    https://<api-host>:<api-port>/swagger-ui/

    where:

    • <api-host> should be replaced with the instance where the integration is deployed, e.g. localhost;
    • <api-port> should be replaced with the port number that the integration is listening for requests.
No Responses!
Loading...