Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
do you know if there is REST-Api for QLIK Data Gateway Direct Access?
Can't find it so far. I want to create a data connection that runs over Data Gateway Direct Access programmaticaly and therefor i have to set connection string parameter: gatewayInstance.
And i think the first step will be to create a Data Gateway programmaticaly, after installing it at on the server.
kind regards
To your questions:
To your questions:
@DaveChannon Could you please find out if and when this is coming?
Hi @neekul
We do not have a timeline for the APIs which configure the gateway itself on the tenant (e.g. make it appear in the admin panel).
For creation of connections, you can use the data-connections API as you would for any other data connection. For the missing step, finding a gateway ID, you can use the data-sources API, as it has an endpoint which will return any gateways which support your chosen data source type.
We have most of this covered in this tutorial: https://qlik.dev/manage/data-connections/gateway-data-connections/
@DaveChannon ,
I am trying to create a connection to a rest endpoint within our firewall and I used the https://<tenant>.us.qlikcloud.com/api/v1/data-sources. There was a Source id for rest, there was no dg rest and I got the following response for https://<tenant>.us.qlikcloud.com/api/v1/data-sources/rest/gateways:
@DaveChannon , Maybe I mixed up things. Is it possible to setup rest API through direct gateway based on the article - https://qlik.dev/manage/data-connections/gateway-data-connections/ ?
So - you're ahead of the curve, gateway doesn't currently support REST. But it is in the works, hold tight!
Any updateds on gateway supporting REST?
also, is this product gap (REST connection on data gateway) documented anywhere officially? is this working in SAAS and / or Qlik Cloud Government yet?