<?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: With QEM Rest API do importrepository in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2530018#M15053</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you want to create a new endpoint, please try using the ImportAll API.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2025 03:19:43 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2025-09-08T03:19:43Z</dc:date>
    <item>
      <title>With QEM Rest API do importrepository</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529692#M15038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to import only an endpoint to replicate for do this this work&lt;/P&gt;&lt;P&gt;repctl -d /data/folder importrepository json_file=endpoint.json&lt;/P&gt;&lt;P&gt;But I need do that using an API method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 12:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529692#M15038</guid>
      <dc:creator>lguevara</dc:creator>
      <dc:date>2025-09-05T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: With QEM Rest API do importrepository</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529714#M15041</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The API&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2025/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_patchEndpointSettings.htm#path-request" target="_blank" rel="noopener"&gt;PatchEndpoint&lt;/A&gt; can be used to modify an endpoint definition.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 14:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529714#M15041</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-09-05T14:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: With QEM Rest API do importrepository</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529758#M15050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In this case I have the endpoint definition in a file .json like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "name": "endpoint_name",
    "cmd.replication_definition": {
        "databases": [
            {
                "name": "endpoint_name_s3",
                "role": "TARGET",
                "is_licensed": true,
                "type_id": "S3_COMPONENT_TYPE",
                "db_settings": {
                    "$type": "Amazons3Settings",
                    "csvStringEscape": "\"",
                    "cdcMaxBatchInterval": 5,
                    "bucketName": "buckets3",
                    "s3Region": "AUTO_DETECT",
                    "s3AccessKey": "XXXXXXXXXXXXXX",
                    "s3SecretKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
                    "bucketFolder": "path/",
                    "byteNotFixedLenType": true
                },
                "override_properties": {}
            }
        ]
    },
    "_version": {
        "version": "2024.11.0.177",
        "version_major": 2024,
        "version_minor": 11,
        "version_revision": 177,
        "fips": 0
    },
    "description": "Host name"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want to create a new endpoint in another enviroment using this definition, then I want to do this using a method API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Sep 2025 12:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2529758#M15050</guid>
      <dc:creator>lguevara</dc:creator>
      <dc:date>2025-09-06T12:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: With QEM Rest API do importrepository</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2530018#M15053</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/182107"&gt;@lguevara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you want to create a new endpoint, please try using the ImportAll API.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 03:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/With-QEM-Rest-API-do-importrepository/m-p/2530018#M15053</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2025-09-08T03:19:43Z</dc:date>
    </item>
  </channel>
</rss>

