<?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 Task status alert by API in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482698#M1936</link>
    <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got many tasks to supervise remotely, so, I want to create an alert in every task to be notified by API (POST method) about the task status when it finished.&amp;nbsp;&lt;BR /&gt;Is there any way to create this alert, if yes, how can I do that and where exaclty ?&amp;nbsp;&lt;BR /&gt;If no, I need your opinion about the best way to be notified by the task.&lt;BR /&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;BR /&gt;Alaaeddin&lt;BR /&gt;&lt;BR /&gt;#task #alert #api #taskStatus&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 15:57:23 GMT</pubDate>
    <dc:creator>Alaaeddin</dc:creator>
    <dc:date>2025-01-29T15:57:23Z</dc:date>
    <item>
      <title>Task status alert by API</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482698#M1936</link>
      <description>&lt;P&gt;Hi everybody,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I got many tasks to supervise remotely, so, I want to create an alert in every task to be notified by API (POST method) about the task status when it finished.&amp;nbsp;&lt;BR /&gt;Is there any way to create this alert, if yes, how can I do that and where exaclty ?&amp;nbsp;&lt;BR /&gt;If no, I need your opinion about the best way to be notified by the task.&lt;BR /&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;BR /&gt;Alaaeddin&lt;BR /&gt;&lt;BR /&gt;#task #alert #api #taskStatus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482698#M1936</guid>
      <dc:creator>Alaaeddin</dc:creator>
      <dc:date>2025-01-29T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Task status alert by API</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482709#M1937</link>
      <description>&lt;P&gt;Are you looking at client-managed Qlik Sense or the Qlik Sense Cloud?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For client-managed there is nothing available out of the box.&lt;BR /&gt;Which is why I created the open source tool &lt;A href="https://butler.ptarmiganlabs.com" target="_blank" rel="noopener"&gt;Butler&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It does &lt;EM&gt;almost&lt;/EM&gt; what you ask for (and much more) via its webhooks feature.&lt;BR /&gt;Basically, you can define outgoing GET/PUT/POST webhooks that fire when a reload task fails or is aborted (or a Windows service is stopped, or when Sense license is about to expire, ..).&lt;BR /&gt;It does &lt;EM&gt;not&lt;/EM&gt; send webhooks when reload tasks complete successfully, but that's pretty easy to add if needed. In fact, might just be coming in a near future release..&lt;/P&gt;
&lt;P&gt;Right now Butler detects successful reload tasks and stores that information in its InfluxDB database, for viewing in Grafana etc. You *could* forward the event from Grafana to your system, but that would be a rather clunky solution.&lt;/P&gt;
&lt;P&gt;Docs about failed reload alerts &lt;A href="https://butler.ptarmiganlabs.com/docs/concepts/failed-reloads/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;Docs about storing successful reload info in InfluxDB &lt;A href="https://butler.ptarmiganlabs.com/docs/concepts/successful-reloads/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The beauty of Butler's solution is that you also get a bunch of metadata included in the webhook (or email or Slack/Teams message or MQTT message or...) &amp;nbsp;about the app that failed/aborted/completed, which is often useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using Qlik Sense Cloud you can for sure define webhooks that fire when an app reload &amp;nbsp;fails.&lt;BR /&gt;Don't remember at top of my head if you can also define such webhooks that fire when a reload completes successfully.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 09:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482709#M1937</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2024-09-20T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Task status alert by API</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482730#M1938</link>
      <description>&lt;P&gt;Qlik have one more product for it&lt;/P&gt;
&lt;P&gt;for On prem - Qlik Alerting &lt;A href="https://help.qlik.com/en-US/alerting/July2023/Content/QlikAlerting/system-alerts.htm" target="_blank"&gt;https://help.qlik.com/en-US/alerting/July2023/Content/QlikAlerting/system-alerts.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for Cloud - this provision already there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 10:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Task-status-alert-by-API/m-p/2482730#M1938</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2024-09-20T10:29:40Z</dc:date>
    </item>
  </channel>
</rss>

