<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to trigger a Task reload using AWS Lambda in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/2541170#M22719</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hey, Did you get any solution for the above? Do you know how to map the certificates to the 'user' created to access QRS in QMC. as I am getting 403 error in lambda&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2026 10:52:19 GMT</pubDate>
    <dc:creator>Ana31</dc:creator>
    <dc:date>2026-01-20T10:52:19Z</dc:date>
    <item>
      <title>How to trigger a Task reload using AWS Lambda</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/6217#M118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Is there a way to trigger a Qlik Sense reload using AWS Lambda?&lt;/P&gt;&lt;P&gt;Anyone has a some sample code to share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 09:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/6217#M118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T09:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Task reload using AWS Lambda</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/6218#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done this using the qsAPI package &lt;A href="https://github.com/rafael-sanz/qsAPI" title="https://github.com/rafael-sanz/qsAPI"&gt;GitHub - rafael-sanz/qsAPI: QlikSense python API client for QPS and QRS interfaces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I added a "&lt;SPAN style="font-size: 13.3333px;"&gt;StartTask" method to the library.&amp;nbsp; I suppose I should submit a pull request to GitHub, but for now here is the method I added:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-size: 14px;"&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #569cd6;"&gt;def&lt;/SPAN&gt; &lt;SPAN style="color: #dcdcaa;"&gt;StartTask&lt;/SPAN&gt;(&lt;SPAN style="color: #9cdcfe;"&gt;self&lt;/SPAN&gt;, &lt;SPAN style="color: #9cdcfe;"&gt;pName&lt;/SPAN&gt;=&lt;SPAN style="color: #569cd6;"&gt;None&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ce9178;"&gt;'''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp; @Function: Start a task by name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp; @param pName: Task Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp; @return : json response&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ce9178;"&gt;&amp;nbsp; '''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #c586c0;"&gt;return&lt;/SPAN&gt; &lt;SPAN style="color: #569cd6;"&gt;self&lt;/SPAN&gt;.driver.post(&lt;SPAN style="color: #ce9178;"&gt;'/qrs/task/start/synchronous'&lt;/SPAN&gt;, &lt;SPAN style="color: #9cdcfe;"&gt;param&lt;/SPAN&gt;={&lt;SPAN style="color: #ce9178;"&gt;'name'&lt;/SPAN&gt;:pName}).json()&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's my AWS Lambda function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;def lambda_handler(event, context):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import qsAPI&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import os&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROXY = os.environ['proxy']&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qrs=qsAPI.QRS(proxy=PROXY, certificate='client.pem')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qrs.StartTask('ReloadCallCenterStatus')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"proxy" is an environment variable that contains my Qlik Sense server address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/6218#M119</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-01-24T21:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Task reload using AWS Lambda</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/1811373#M15010</link>
      <description>&lt;P&gt;Where did you copy the 'client.pem' file? Furthermore, I was able to generate a 'client.pfx' file but not .pem file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't even have the .pfx extension on file name, but it just shows in file properties.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 13:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/1811373#M15010</guid>
      <dc:creator>blithenaresh</dc:creator>
      <dc:date>2021-05-28T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a Task reload using AWS Lambda</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/2541170#M22719</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey, Did you get any solution for the above? Do you know how to map the certificates to the 'user' created to access QRS in QMC. as I am getting 403 error in lambda&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 10:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-trigger-a-Task-reload-using-AWS-Lambda/m-p/2541170#M22719</guid>
      <dc:creator>Ana31</dc:creator>
      <dc:date>2026-01-20T10:52:19Z</dc:date>
    </item>
  </channel>
</rss>

