<?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: Cortex XSOAR integration in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482588#M751</link>
    <description>&lt;P&gt;Have you tried using the sub-playbook for 'Context Polling'?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 10:39:32 GMT</pubDate>
    <dc:creator>ABurt</dc:creator>
    <dc:date>2022-04-26T10:39:32Z</dc:date>
    <item>
      <title>Cortex XSOAR integration</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482577#M750</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, I want to poll for Status that is nested under Results. See below example :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this output when running the command tn-get-question-result&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanium.QuestionResult&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"QuestionID": "455036",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Results": [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ComputerName": "WIN-KBR5CNLJK52.icdc-caas.local",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Count": "1",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ID": "1",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ParentStatus": "Complete",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Status": "Complete, All Patches Applied"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Status": "Completed"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to poll the Status inside the Results(Complete,All patches applied).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing this dt filter, but it seem does not work as expected&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanium.QuestionResult(val.Results.Status !== 'Complete, All Patches Applied').QuestionID&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see many example are only check with direct output, does not check within another context&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanium.QuestionResult(val.Status !== 'Completed').QuestionID&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May I know how should I write the DT filter? or its is not possible to poll the value within another context?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;LI-PRODUCT title="Cortex XSOAR" id="Cortex_XSOAR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 09:49:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482577#M750</guid>
      <dc:creator>LStanley</dc:creator>
      <dc:date>2022-04-26T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSOAR integration</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482588#M751</link>
      <description>&lt;P&gt;Have you tried using the sub-playbook for 'Context Polling'?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 10:39:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482588#M751</guid>
      <dc:creator>ABurt</dc:creator>
      <dc:date>2022-04-26T10:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSOAR integration</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482602#M752</link>
      <description>&lt;P&gt;Also, you may need to provide an index for the object in the 'Results' array. Something like 'Tanium.QuestionResult(val.Results.[0].Status !==&amp;nbsp;'Complete, All Patches Applied').QuestionID&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 11:23:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/482602#M752</guid>
      <dc:creator>ABurt</dc:creator>
      <dc:date>2022-04-26T11:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex XSOAR integration</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/483063#M759</link>
      <description>&lt;P&gt;Hi, I configure as what suggested. But Im getting this warning message&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Warning: no ids matching the dt condition were found. Verify that the condition is correct and that all ids have finished running.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Tanium:&lt;/SPAN&gt;&lt;SPAN class=""&gt;{} 2 items&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Question:&lt;/SPAN&gt;&lt;SPAN class=""&gt;{} 1 item&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ID:&lt;/SPAN&gt;&lt;SPAN class=""&gt;468354&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;QuestionResult:&lt;/SPAN&gt;&lt;SPAN class=""&gt;{} 3 items&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;QuestionID:&lt;/SPAN&gt;&lt;SPAN class=""&gt;468354&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Results:&lt;/SPAN&gt;&lt;SPAN class=""&gt;[] 1 item&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;0:&lt;/SPAN&gt;&lt;SPAN class=""&gt;{} 5 items&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ComputerName:&lt;/SPAN&gt;&lt;SPAN class=""&gt;WIN-KBR5CNLJK52.icdc-caas.local&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Count:&lt;/SPAN&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ID:&lt;/SPAN&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;ParentStatus:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Complete&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Status:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Complete, All Patches Applied&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Status:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Completed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I attached the context for reference. Any suggestion?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Thank you&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Apr 2022 08:31:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/cortex-xsoar-integration/m-p/483063#M759</guid>
      <dc:creator>JOng39</dc:creator>
      <dc:date>2022-04-27T08:31:49Z</dc:date>
    </item>
  </channel>
</rss>

