Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there a Rest API for QMC?

Hi Qlik Community,

I am working on the automation deployment for my application, and I am implementing it through Jenkins. Here what I am working on: I have an application (XYZ), and weekly I get a change requests from my users. I work on that change request on my laptop and move my codes/files to my QA environment through Jenkins. Then, I have to manually run the refresh tasks in QMC so that all my changes can reflect on the QA environment. Then, my users do the UAT on that QA environment and give me the approval to move the changes on PROD environment. Now through Jenkins, my QA code will jump to PROD code and then again I have to manually run the refresh tasks in QMC so that my changes can reflect on PROD. So, I am looking for the way where I can connect QMC with my AWS server, so as soon as Jenkins moves my code from my Bitbucket repo to my AWS environments, the QMC triggers and automatically runs the refresh tasks? Can anyone explain if this is possible or not?

4 Replies
petter
Partner - Champion III
Partner - Champion III

You have this API at your disposal that you should be able to use from any modern development tool:

Qlik Sense repository service API ‒ Qlik Sense Developers

Anonymous
Not applicable
Author

Hi Arif,

Did you manage to make it work?

Anonymous
Not applicable
Author

Not yet, I am still understanding how to automate the refresh task job through jenkins.

Anonymous
Not applicable
Author

Hi Arif,

Have you succeeded to call Qlik Sense API with Jenkins to automate import/reload/publish tasks ? Is there any Jenkins plugin to use ?

Thanks,