Latest Activity
Hi Denodo, I am trying to connect to the Jira REST API as a data source. Could you let me now the best way to retrieve all Issues? What authentication method should I use? I tried using Basic authentication, but it requires a username/password. I have...
Hi, I am having some issues connecting Denodo to Jira. Could you help me, please, or point me to relevant documentation for doing that? Thank you
Hi, can us help me with that? i want to know if is possible to send multiple query parameters like "field in (value 1, value2, valueN)" to a field in REST API. The goal is to use a single 'GET' but 'IN' condition, or also if there was a way to edit the...
I've seen this question asked a couple of times but last answered in 2017. Is there now a way to aggregate (e.g. sum) data via the restful web service? E.g. '...$groupby=category&$select=category,sumValue&$format=json'
Hi Team, I have a REST JSON API with a $select clause for 1 field, which will display results in a particular drop down field in user side portal - JIRA. (the view has multiple fields) Now, based on the selection on one of the values, from above API,...
Hi, From Virtual Data Port Server with JDBC driver , I can execute the following VQL query to retrieve view information : DESC VIEW <view_name> I would like execute this VQL query from public datacatalog REST API (http://vhost1:9090/denodo-dat...
I would retrieve metadata database information from vdp server. I can directly connect with jdbc driver to the metadata database, but i would prefer use a REST API. Is it possible to retrieve the denodo metadata database information from vdp server w...
I installed the denodo express 8.0 version on windows 10 OS, and i would retrieve the data-catalog swagger REST API. Following documentation (https://community.denodo.com/docs/html/browse/8.0/en/vdp/data_catalog/appendix/rest_api/rest_api), swagger ur...
Hi Team, we are working on some process which about autdeploy with solution manager Rest API, I want to understand if we have create a revision ,which is a vql, how can we handle deploy this objects with dependency? Thanks.
We are connecting to API via a GATEWAY where our request is passed though based on the URI. Example 1) We have a API https://abc.com/api/v1.1/ 2) We need to call the API via a gateway, So Denodo will call http://gateway.com/abc/api/v1.1/query/pagesiz...