<?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 Extract metadata from Qlik Sense Enterprise on Windows in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2055221#M18334</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to extract the metadata of the APPs that we have: QVDs connected, tables fields, etc.&lt;/P&gt;
&lt;P&gt;I have read how to do it through python with an Api_key, but with Qlik Sense SaaS service I have not been able to obtain said Api_key, a consultor has told me that it should be because this option is only available for Qlik Sense Cloud.&lt;BR /&gt;Could you tell me what I need and how can I connect to get the information?&lt;/P&gt;
&lt;P&gt;I have located Qlik Enterprise Manager tool, but I don't know if it has an additional cost or if it is the solution I am looking for.&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 14:06:13 GMT</pubDate>
    <dc:creator>LauraLloret</dc:creator>
    <dc:date>2023-03-30T14:06:13Z</dc:date>
    <item>
      <title>Extract metadata from Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2055221#M18334</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to extract the metadata of the APPs that we have: QVDs connected, tables fields, etc.&lt;/P&gt;
&lt;P&gt;I have read how to do it through python with an Api_key, but with Qlik Sense SaaS service I have not been able to obtain said Api_key, a consultor has told me that it should be because this option is only available for Qlik Sense Cloud.&lt;BR /&gt;Could you tell me what I need and how can I connect to get the information?&lt;/P&gt;
&lt;P&gt;I have located Qlik Enterprise Manager tool, but I don't know if it has an additional cost or if it is the solution I am looking for.&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 14:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2055221#M18334</guid>
      <dc:creator>LauraLloret</dc:creator>
      <dc:date>2023-03-30T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extract metadata from Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2066959#M18500</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/224203"&gt;@LauraLloret&lt;/a&gt; - API keys on Qlik Cloud (SaaS) are &lt;A href="https://qlik.dev/authenticate/api-key/generate-your-first-api-key" target="_blank" rel="noopener"&gt;available to be generated&lt;/A&gt; through a user's Profile page, as long as they are assigned the "Developer" role.&lt;/P&gt;
&lt;P&gt;Note that even a Tenant Admin must be assigned this role before the "Generate New Key" button is available to her through Management Console -&amp;gt; Settings or within Profile Settings (the sub-menu from your initials icon in the top-right after login).&lt;/P&gt;
&lt;P&gt;When you say that you want to extract the metadata of the Apps, are you looking to extract the &lt;A href="https://qlik.dev/manage/get-started-lineage" target="_blank" rel="noopener"&gt;Lineage&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 22:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2066959#M18500</guid>
      <dc:creator>jprdonnelly</dc:creator>
      <dc:date>2023-05-02T22:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract metadata from Qlik Sense Enterprise on Windows</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2066977#M18504</link>
      <description>&lt;P&gt;this depends on where you want to use the data.&lt;/P&gt;
&lt;P&gt;If you want to use it in Qlik Sense, then have a look at the App Metadata Analyzer&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-admin/February2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Monitoring_QSEoW/app-metadata-analyzer-app.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-admin/February2023/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Monitoring_QSEoW/app-metadata-analyzer-app.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The QVF for this can be found on your Central Node server in&amp;nbsp;C:\ProgramData\Qlik\Sense\Repository\DefaultApps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to use the data somewhere else. we can use the same API the App Metadata Analyzer uses to collect the information.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;http(s)://{server}/api/v1/apps/{GUID}/data/metadata&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Using the PowerShell module &lt;A title="QlikSenseCLI&amp;nbsp;" href="https://github.com/QlikProfessionalServices/QlikSenseCLI" target="_blank" rel="noopener"&gt;QlikSenseCLI&lt;/A&gt;&amp;nbsp;this can be achieved with the following script&amp;nbsp;&lt;A href="https://gist.github.com/Nillth/d93576ce8a193e6c3ee653cf7e9fe68b" target="_blank" rel="noopener"&gt;QlikSense-GetAppMetadata.ps1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Connect-QlikSense -TrustAllCertificates #-Hostname "ifRequired" -VirtualProxy "ifRequired" 
$Apps = Get-QSApp 
$Proxy = Get-QSProxyservice -Local
$Hostname = $Proxy.ServerNodeConfiguration.HostName
$CollectedMetadata = New-Object System.Collections.Generic.List[PSCustomObject]
foreach($App In $Apps){
    $URL = "https://$($Hostname)/api/v1/apps/$($App.Id)/data/metadata"
    try{
        $Metadata = Invoke-QSGet $URL -Raw
        $CollectedMetadata.Add([PSCustomObject]@{App=$App;Metadata=$Metadata})
    }catch{
        $CollectedMetadata.Add([PSCustomObject]@{App=$App;Metadata=$null})
    }
}
$CollectedMetadata &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 22:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-metadata-from-Qlik-Sense-Enterprise-on-Windows/m-p/2066977#M18504</guid>
      <dc:creator>Marc</dc:creator>
      <dc:date>2023-05-02T22:47:59Z</dc:date>
    </item>
  </channel>
</rss>

