<?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: XSOAR - Simple Dev to Prod Job in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561159#M2714</link>
    <description>&lt;P&gt;Thank you for the info,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to verify: You copied and edited the IsDemistoRestAPIInstanceAvailable Automation to use "Core REST API" instead of the Demisto one.&amp;nbsp; Then pointed the playbook to the new/duplicated automation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to make sure I'm not breaking anything when I run the new automation.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 20:57:28 GMT</pubDate>
    <dc:creator>joshuajohnsonco</dc:creator>
    <dc:date>2023-10-10T20:57:28Z</dc:date>
    <item>
      <title>XSOAR - Simple Dev to Prod Job</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/560985#M2703</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was looking at running a backup job for our custom content with the below playbook.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cortex.marketplace.pan.dev/marketplace/details/XSOARSimpleDevToProd/" target="_blank"&gt;https://cortex.marketplace.pan.dev/marketplace/details/XSOARSimpleDevToProd/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue with this is it checks for Demisto REST API to see if the instance Demisto Dev had been created.&lt;/P&gt;
&lt;P&gt;The Demisto Rest API has been depreciated, so the call !IsDemistoRestAPIInstanceAvailable, always fails.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I cannot install the Demisto Rest API content pack, I edited the Automation script to check for Core REST API instead, and that is successful. I haven't dug into the playbook enough to see if it would run, or if there were specific commands for the Demisto API version that would cause it to fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was wondering if anyone was using this content and had similar issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 20:31:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/560985#M2703</guid>
      <dc:creator>joshuajohnsonco</dc:creator>
      <dc:date>2023-10-09T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Simple Dev to Prod Job</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561157#M2713</link>
      <description>&lt;P&gt;I too tried it out this week and ran into the same issue. I had to update the Playbook '&lt;SPAN&gt;JOB - XSOAR - Export Selected Custom Content' to use my duplicated and fixed version of the automation script before it would run successfully. But the resulting export did work fine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:36:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561157#M2713</guid>
      <dc:creator>DaveNHal9k</dc:creator>
      <dc:date>2023-10-10T20:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Simple Dev to Prod Job</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561159#M2714</link>
      <description>&lt;P&gt;Thank you for the info,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to verify: You copied and edited the IsDemistoRestAPIInstanceAvailable Automation to use "Core REST API" instead of the Demisto one.&amp;nbsp; Then pointed the playbook to the new/duplicated automation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to make sure I'm not breaking anything when I run the new automation.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:57:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561159#M2714</guid>
      <dc:creator>joshuajohnsonco</dc:creator>
      <dc:date>2023-10-10T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Simple Dev to Prod Job</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561162#M2715</link>
      <description>&lt;P&gt;Correct. I made two changes in total:&lt;/P&gt;
&lt;P&gt;I duplicated &lt;SPAN&gt;IsDemistoRestAPIInstanceAvailable and edited line 5 to be&amp;nbsp;brandName = "CORE REST API" instead of&amp;nbsp;brandName = "Demisto REST API".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I then duplicated '&lt;I class="demisto-icon icon-general-lock-24-r"&gt;&lt;/I&gt;JOB - XSOAR - Export Selected Custom Content' and edited the task "Is the Demisto Dev REST API integration instance enabled?" to use the new&amp;nbsp;IsDemistoRestAPIInstanceAvailable script I just modified.&lt;BR /&gt;&lt;BR /&gt;Alternatively you could remove that task entirely and the Yes/No branch. Then, you wouldn't have to modify the Automation Script, but in the end, I felt the check was worth keeping around. Plus,&amp;nbsp;I'm new to XSOAR and wanted to try the more complex way of doing it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 21:12:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/561162#M2715</guid>
      <dc:creator>DaveNHal9k</dc:creator>
      <dc:date>2023-10-10T21:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Simple Dev to Prod Job</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/562772#M2752</link>
      <description>&lt;P&gt;I'm the author, this Pack will likely be deprecated when XSOAR 8 is the standard, I'll submit a fix to have it account for either the Demisto Rest API or Core Rest API integrations.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 15:15:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-simple-dev-to-prod-job/m-p/562772#M2752</guid>
      <dc:creator>MBeauchamp2</dc:creator>
      <dc:date>2023-10-23T15:15:58Z</dc:date>
    </item>
  </channel>
</rss>

