Hi Team,
Thanks a lot for the reply. Followed the same in one of our local instance of Denodo hosted on AWS EC2 instance. Below are the findings. Requesting team to kindly analyze the same and help us out, and guide where are we missing from our end!
The Swagger Link which we were able to access is http://localhost:9090/webadmin/denodo-scheduler-admin/swagger-ui.html
Tried the Get list of Jobs API from the Jobs Section and below are the findings:
Using the CURL command from Command Prompt of the EC2 instance:
>curl --location --request GET "http://127.0.0.1:9090/webadmin/denodo-scheduler-admin/?uri=//127.0.0.1:8000/jobs" -u "username:password" -H "accept: application/json"
The response is **Curl-1.jpg**
On changing the url a bit and again trying with Curl, not getting any response from console, the screenshot is **Curl-2.jpg**
On a different note, tried to connect a data source in Denodo using the same url obtained from the Swagger and appending the uri part at the end:
On creating the 1st data source (**DataSource-1.1**), although the test connection is successful, on trying to create the base view, we are getting the following error: **DataSource-1.2**.
If we don't append the uri part and try to create data source directly on the API response from Swagger, the Test connection is also not working, attached in **DataSource-2**
In both the above instances of creating the data source in Denodo, we added the basic authentication in the Authorization tab while creating the data source, still we are getting the errors as attached in the screenshots!
Requesting team to provide some inputs on the same and also please let us know if you need any other info from our end!!
Curl-1: https://ibb.co/2j1vtb5
Curl-2: https://ibb.co/ydcT3PS
Datasource 1.1: https://ibb.co/D9n9QGM
Datasource 1.2: https://ibb.co/M2yt8vK
Datasource 2: https://ibb.co/3r8WbzT