<?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: Need Example for OEM Workflow (REST API Data Connection creation) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083332#M18677</link>
    <description>&lt;P&gt;Thank you Dave, I will see ho it works with the first connector and wait for Athena/&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 15:06:20 GMT</pubDate>
    <dc:creator>paulcalvet</dc:creator>
    <dc:date>2023-06-13T15:06:20Z</dc:date>
    <item>
      <title>Need Example for OEM Workflow (REST API Data Connection creation)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2061780#M18426</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am working on understanding the REST APIs to integrate Qlik into our own custom workflow.&amp;nbsp; I have questions regarding the scenario below:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assumption&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;QVF file with no data, references a space-agnostic Data Connection called 'my-data-connection' is available&lt;/LI&gt;
&lt;LI&gt;A bot user authenticated with regional OAuth is making all API calls as a "backend service" i.e. they are operating as a tenant admin.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Steps&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a Shared Space (POST /api/v1/spaces)&lt;/LI&gt;
&lt;LI&gt;Import App with no data into Space (POST /api/v1/apps/import)&lt;/LI&gt;
&lt;LI&gt;Create Data Connection with name "my-data-connection" (POST /api/v1/data-connection)&lt;/LI&gt;
&lt;LI&gt;Reload data (POST /api/v1/reload)&lt;/LI&gt;
&lt;LI&gt;Add users and permissions, etc.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Question&lt;/P&gt;
&lt;P&gt;In step 3, the documentation around the parameters required to create a Data Connection is not very detailed.&amp;nbsp; We are working with MS SQL Server, and it isn't clear what the qConnectStatement should be.&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Connection strings contain the user name and password, and it is unclear how to encrypt them with the API.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Creating the Data Connection through the UI and observing the network traffic is not a good reference as it does not use the same calls as the publicly available REST API.&lt;/LI&gt;
&lt;LI&gt;After trying several variations on the qConnectStatement, ultimately they all fail the data load with an error stating that the "Connector 'my-data-connection' not found".&amp;nbsp; In the UI, it manifests as an UI modal alert stating "&lt;SPAN&gt;Error connecting to the Sense service".&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2061780#M18426</guid>
      <dc:creator>yosuke-coupa</dc:creator>
      <dc:date>2023-04-20T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Example for OEM Workflow (REST API Data Connection creation)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2063555#M18441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226619"&gt;@yosuke-coupa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently our public APIs don't handle credentials, this is handled by the dcaas API (which is what you see in the console). You need to use both to create a connection today. As part of improving the usability of these APIs, we are building a new API to handle both data connection creation and credential management. This will remove the need to create the mysterious qConnectionStatement, and you'll pass just the attributes that you see in the wizard to the API.&lt;/P&gt;
&lt;P&gt;Please ping your account team and ask them to connect with me, I can show you what we're working on and the timelines we're working to - MSSQL is currently planned in the first slice.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2063555#M18441</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-04-24T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Example for OEM Workflow (REST API Data Connection creation)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083229#M18672</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We have the same problem to create Athena connection with API.&lt;/P&gt;
&lt;P&gt;Do you know when it will be available ?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 11:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083229#M18672</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2023-06-13T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Example for OEM Workflow (REST API Data Connection creation)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083241#M18673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36711"&gt;@paulcalvet&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first phase is currently in testing and we're working towards release. Athena should be in the second phase, currently planned for later this year. If you'd like to talk about what we're building, please feel free to reach out!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 12:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083241#M18673</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-06-13T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Example for OEM Workflow (REST API Data Connection creation)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083332#M18677</link>
      <description>&lt;P&gt;Thank you Dave, I will see ho it works with the first connector and wait for Athena/&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Need-Example-for-OEM-Workflow-REST-API-Data-Connection-creation/m-p/2083332#M18677</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2023-06-13T15:06:20Z</dc:date>
    </item>
  </channel>
</rss>

