<?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: Consumption API Calls Stopped Returning Rows in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2054241#M12134</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;We have identified the unfortunate situation of not having usage / consumption data available for customers Analyzer &amp;amp; Professional license usage since March 21st. The issue has been identified and already been &lt;STRONG&gt;fixed&lt;/STRONG&gt;, but the data between March 21st and March 28th can't be loaded into your Entitlement Analyzer App as well as it can't be restored. We truly apologise for that and we have made sure that your Apps continue to work now again as expected.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 16:08:03 GMT</pubDate>
    <dc:creator>Albert_Candelario</dc:creator>
    <dc:date>2023-03-28T16:08:03Z</dc:date>
    <item>
      <title>Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053173#M12118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have an app rolled out at a number of clients that looks at usage of the SaaS platform. This calls the consumption API (as well as others) but this has stopped returning rows since Wednesday this week.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code I am calling is this:&lt;/P&gt;
&lt;P&gt;let vURL = 'https://$(vInstance)/api/v1/licenses/consumption?limit=100&amp;amp;sort=-endTime';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;JSON:&lt;BR /&gt;SQL SELECT &lt;BR /&gt;"__KEY_root",&lt;BR /&gt;(SELECT &lt;BR /&gt;"id",&lt;BR /&gt;"userId",&lt;BR /&gt;"sessionId",&lt;BR /&gt;"appId",&lt;BR /&gt;"endTime",&lt;BR /&gt;"duration",&lt;BR /&gt;"allotmentId",&lt;BR /&gt;"capacityUsed",&lt;BR /&gt;"minutesUsed",&lt;BR /&gt;"licenseUsage"&lt;BR /&gt;FROM "data" FK "__FK_data"),&lt;BR /&gt;(SELECT &lt;BR /&gt;"__KEY_links",&lt;BR /&gt;"__FK_links",&lt;BR /&gt;(SELECT &lt;BR /&gt;"href",&lt;BR /&gt;"__FK_next"&lt;BR /&gt;FROM "next" FK "__FK_next"),&lt;BR /&gt;(SELECT &lt;BR /&gt;"href" AS "href_u0",&lt;BR /&gt;"__FK_prev"&lt;BR /&gt;FROM "prev" FK "__FK_prev")&lt;BR /&gt;FROM "links" PK "__KEY_links" FK "__FK_links")&lt;BR /&gt;FROM JSON (wrap on) "root" PK "__KEY_root"&lt;BR /&gt;WITH CONNECTION ( &lt;BR /&gt;URL "$(vURL)",&lt;BR /&gt;HTTPHEADER "Authorization" "Bearer $(vAPIKey)"&lt;BR /&gt;);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone else noticed problems or changes with this endpoint recently?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 10:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053173#M12118</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2023-03-25T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053199#M12119</link>
      <description>&lt;P&gt;Looking further at this, it is weirder than I thought. I assume that the rows I was getting back were purely from my incremental QVD, but it turns out that the API was giving me a bunch of rows, but these were only going up to the 21st March. There are definitely newer sessions though, as I have been on and this is a well used tenant.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2023-03-25_20-14-34.png" style="width: 957px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/103497iF2F85F0DBE81560A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-03-25_20-14-34.png" alt="2023-03-25_20-14-34.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Went to have another look at another tenant, which was showing the same issue earlier, and that is now showing bang up to date entries. Hopefully it will start being fixed across all tenants soon.&lt;/P&gt;
&lt;P&gt;Very odd.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 20:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053199#M12119</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2023-03-25T20:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053321#M12120</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I quickly check and I do see data after the 21st as below:&lt;/P&gt;
&lt;PRE&gt;"appId":"7130485b-3787-470a-93ac-530d4543bb44",&lt;STRONG&gt;"endTime":"2023-03-24T15:52:27.649Z&lt;/STRONG&gt;","duration":322183,"allotmentId":"5e3fc4ab6f8a270001cb3fb6","capacityUsed":1,"minutesUsed":6,"licenseUsage":"TIME_LICENSE"},&lt;/PRE&gt;
&lt;P&gt;Could you check if you now retrieve data after the 21st of March?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 04:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053321#M12120</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-03-27T04:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053417#M12121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been and checked this morning and some of my tenants are still showing six days since the last usage, and these would have had heavy use last week and some use over the weekend. A couple of tenants seem to be working okay with this API call and one has four days since the last use (though this may be accurate).&lt;/P&gt;
&lt;P&gt;I have raised a support ticket on this one, where I have shared details of one of the tenants which is not working. It has ticket number&amp;nbsp;&lt;SPAN&gt;00077466.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Many thanks for taking a look at this for me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 07:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053417#M12121</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2023-03-27T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053428#M12122</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;for sharing your insights.&lt;/P&gt;
&lt;P&gt;We will are already working on your ticket and we will provide further updates via the same.&lt;/P&gt;
&lt;P&gt;Thanks for your collaboration and sharing your insights with us.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 08:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053428#M12122</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-03-27T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053547#M12128</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;Having the same issue on multiple tenants!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 11:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053547#M12128</guid>
      <dc:creator>NickRondeel</dc:creator>
      <dc:date>2023-03-27T11:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053561#M12129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109885"&gt;@NickRondeel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully the fact that it is an issue on tenants across multiple owners will mean that it is addressed quickly. I can see it could get awkward for me to explain to my clients soon if not.&lt;/P&gt;
&lt;P&gt;Any updates&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 12:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053561#M12129</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2023-03-27T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053628#M12130</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I am having the same issue. Waiting for some updates.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 13:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053628#M12130</guid>
      <dc:creator>DamianM15</dc:creator>
      <dc:date>2023-03-27T13:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053641#M12131</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;, all,&lt;/P&gt;
&lt;P&gt;We are working on your case and this issue on priority, as soon as I have a further meaningful update we would let you know.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 14:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2053641#M12131</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-03-27T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2054241#M12134</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;We have identified the unfortunate situation of not having usage / consumption data available for customers Analyzer &amp;amp; Professional license usage since March 21st. The issue has been identified and already been &lt;STRONG&gt;fixed&lt;/STRONG&gt;, but the data between March 21st and March 28th can't be loaded into your Entitlement Analyzer App as well as it can't be restored. We truly apologise for that and we have made sure that your Apps continue to work now again as expected.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Albert&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 16:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2054241#M12134</guid>
      <dc:creator>Albert_Candelario</dc:creator>
      <dc:date>2023-03-28T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Consumption API Calls Stopped Returning Rows</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2054311#M12135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16958"&gt;@Albert_Candelario&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is a real shame that the data for that period has been lost, especially for one of my clients where I was running a PoC and could really do with knowing who engaged with it, but it is good that it is now working again.&lt;/P&gt;
&lt;P&gt;Data has started flowing through for all of the tenants I have checked so far.&lt;/P&gt;
&lt;P&gt;Many thanks for pursuing this for us.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 17:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Consumption-API-Calls-Stopped-Returning-Rows/m-p/2054311#M12135</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2023-03-28T17:41:03Z</dc:date>
    </item>
  </channel>
</rss>

