Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
TobiasHeisecke
Partner - Contributor II
Partner - Contributor II

REST Api for QLIK Data Gateway Direct Access

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

Labels (1)
  • API

1 Solution

Accepted Solutions
DaveChannon
Employee
Employee

Hi @TobiasHeisecke 

To your questions:

  1. With respect to APIs that could configure and manage data gateways on Qlik Cloud, we have these on the roadmap but with no ETA
  2. For the creation of data connections over an existing direct access gateway instance, we are working on this at the moment and hope to land this early next year

View solution in original post

7 Replies
DaveChannon
Employee
Employee

Hi @TobiasHeisecke 

To your questions:

  1. With respect to APIs that could configure and manage data gateways on Qlik Cloud, we have these on the roadmap but with no ETA
  2. For the creation of data connections over an existing direct access gateway instance, we are working on this at the moment and hope to land this early next year
TobiasHeisecke
Partner - Contributor II
Partner - Contributor II
Author

hi @DaveChannon ,

thank you for your answer.

Hope to see it soon!

kind regards

neekul
Contributor
Contributor

@DaveChannon Could you please find out if and when this is coming?

DaveChannon
Employee
Employee

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/ 

aslam24196
Contributor III
Contributor III

@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:

"status": 400,
    "errors": [
        {
            "code": "DCAAS-2013",
            "title": "Datasource ID not defined",
            "status": 400,
            "meta": "datasource 'rest' is not valid for gateway"
        }
    ],
    "traceId": "3567d9fb2c3f18455c0255665a493bcf"
}
aslam24196
Contributor III
Contributor III

@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/ ?

DaveChannon
Employee
Employee

So - you're ahead of the curve, gateway doesn't currently support REST. But it is in the works, hold tight!