<?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: Generic Polling &amp;gt; verify you have proper integration enabled to support it in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/generic-polling-gt-verify-you-have-proper-integration-enabled-to/m-p/1223377#M3940</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/87954041"&gt;@KeremGunal&lt;/a&gt;&amp;nbsp;– To better assist, I first want to make sure I understand your use case: What are you trying to achieve here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also your post title mentions Generic Polling, but the code does not involve polling, so it is unclear exactly what the issue is. Please include a screenshot of the error message and the exact command or playbook task that leads to the error.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 20:11:33 GMT</pubDate>
    <dc:creator>asawyer</dc:creator>
    <dc:date>2025-03-10T20:11:33Z</dc:date>
    <item>
      <title>Generic Polling &gt; verify you have proper integration enabled to support it</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/generic-polling-gt-verify-you-have-proper-integration-enabled-to/m-p/1223275#M3938</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a place where I need to use generic polling but I can't solve this error.&lt;/P&gt;
&lt;P&gt;My script is as follows. where could be the problem here?&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;def check_runid(client: UC4Client, args: Dict[str, Any]):

runid: str = args.get('run_id')

url = f"{client.base_url}/{runid}"



response = requests.get(url, auth=(client.api_user, client.api_pass), verify=False)

one_runid = (response.json())
print(one_runid)



return CommandResults(
readable_output=one_runid,
outputs_prefix="UC4.Search",
outputs_key_field = "run_id",
outputs = one_runid)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 20:03:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/generic-polling-gt-verify-you-have-proper-integration-enabled-to/m-p/1223275#M3938</guid>
      <dc:creator>KeremGunal</dc:creator>
      <dc:date>2025-03-08T20:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Polling &gt; verify you have proper integration enabled to support it</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/generic-polling-gt-verify-you-have-proper-integration-enabled-to/m-p/1223377#M3940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/87954041"&gt;@KeremGunal&lt;/a&gt;&amp;nbsp;– To better assist, I first want to make sure I understand your use case: What are you trying to achieve here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also your post title mentions Generic Polling, but the code does not involve polling, so it is unclear exactly what the issue is. Please include a screenshot of the error message and the exact command or playbook task that leads to the error.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 20:11:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/generic-polling-gt-verify-you-have-proper-integration-enabled-to/m-p/1223377#M3940</guid>
      <dc:creator>asawyer</dc:creator>
      <dc:date>2025-03-10T20:11:33Z</dc:date>
    </item>
  </channel>
</rss>

