<?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 REST API - ImportTask: Body JSON specification in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477305#M12430</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I'm new to Qlik Replicate and Enterpise Manager and with my collegues I should import a replicate task using REST API exposed by Qlik Enterprise Manager.&lt;/P&gt;
&lt;P&gt;I read the API documentation "Enterprise Manager API Guide -&amp;nbsp;Qlik Enterprise Manager TM May 2024" but i did'n find technical information about the replication task "cmd.replication_definition".&lt;/P&gt;
&lt;P&gt;I know that I can export an existing task, and than edit it to my specification, but there is a more technical/analitical documentation that describes the meaning of every field composing the JSON?&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;best regards, Everin&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 11:15:09 GMT</pubDate>
    <dc:creator>everinorlandi</dc:creator>
    <dc:date>2024-08-22T11:15:09Z</dc:date>
    <item>
      <title>REST API - ImportTask: Body JSON specification</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477305#M12430</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I'm new to Qlik Replicate and Enterpise Manager and with my collegues I should import a replicate task using REST API exposed by Qlik Enterprise Manager.&lt;/P&gt;
&lt;P&gt;I read the API documentation "Enterprise Manager API Guide -&amp;nbsp;Qlik Enterprise Manager TM May 2024" but i did'n find technical information about the replication task "cmd.replication_definition".&lt;/P&gt;
&lt;P&gt;I know that I can export an existing task, and than edit it to my specification, but there is a more technical/analitical documentation that describes the meaning of every field composing the JSON?&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;best regards, Everin&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477305#M12430</guid>
      <dc:creator>everinorlandi</dc:creator>
      <dc:date>2024-08-22T11:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - ImportTask: Body JSON specification</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477368#M12432</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/309934"&gt;@everinorlandi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For how to import task in with QEM REST API, please see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2024/Content/EnterpriseManager/EnterpriseManager_APIGuide/CurlAPI/api_importTask.htm" target="_self"&gt;ImportTask&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We don't have a public available technical document describing the meaning of the fields in JSON, as the fields have quite straight forward names. You can just compare them to your task settings and endpoint settings in GUI.&lt;/P&gt;
&lt;P&gt;Below is the typical structure of task json:&lt;/P&gt;
&lt;P&gt;"name": "&lt;FONT color="#3366FF"&gt;&lt;EM&gt;task_name&lt;/EM&gt;&lt;/FONT&gt;",&lt;BR /&gt;"cmd.replication_definition": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"tasks": [{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#3366FF"&gt;-- task details including source, target, full load, change_table etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"databases": [{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#3366FF"&gt;-- details of your source endpoint and target endpoint&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"replication_environment": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#3366FF"&gt;-- server settings including mail setting, log file roll over, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"notifications": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#3366FF"&gt;-- Server Setting &amp;gt; Notifications&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"error_behavior": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#3366FF"&gt;-- task setting &amp;gt; Error Handling&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;"scheduler": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#3366FF"&gt;-- server setting &amp;gt; Scheduler&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;"disk_utilization_configuration": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#3366FF"&gt;-- server setting &amp;gt; Resource Control &amp;gt; disk space&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;"memory_utilization_configuration": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#3366FF"&gt;-- server setting &amp;gt; Resource Control &amp;gt; system memory&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;"endpoint_servers": [{&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;FONT color="#3366FF"&gt;-- server setting &amp;gt; Endpoints&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;"_version": {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#3366FF"&gt;-- version details of your current Replicate&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;Kent&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 23:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477368#M12432</guid>
      <dc:creator>Kent_Feng</dc:creator>
      <dc:date>2024-08-21T23:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: REST API - ImportTask: Body JSON specification</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477431#M12439</link>
      <description>&lt;P&gt;Thank you for the detailed answer it will be very helpfull for us.&lt;/P&gt;
&lt;P&gt;Bye, Everin&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 11:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/REST-API-ImportTask-Body-JSON-specification/m-p/2477431#M12439</guid>
      <dc:creator>everinorlandi</dc:creator>
      <dc:date>2024-08-22T11:15:28Z</dc:date>
    </item>
  </channel>
</rss>

