<?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: How to display more than 100 items in EDL in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/459059#M101963</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp; Thank you, i should have been more careful when trying to render the command.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 15:36:18 GMT</pubDate>
    <dc:creator>raji_toor</dc:creator>
    <dc:date>2022-01-17T15:36:18Z</dc:date>
    <item>
      <title>How to display more than 100 items in EDL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458797#M101936</link>
      <description>&lt;P&gt;I need the whole output from an EDL but command only displays 10. Even in the rest API.&lt;/P&gt;&lt;P&gt;GUI works but i can't export it form there.&lt;/P&gt;&lt;P&gt;Source was deleted and now i need to restore all the entries in that EDL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total valid entries : 2295&lt;BR /&gt;Total ignored entries : 0&lt;BR /&gt;Total invalid entries : 0&lt;BR /&gt;Total displayed entries : 100&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 19:13:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458797#M101936</guid>
      <dc:creator>raji_toor</dc:creator>
      <dc:date>2022-01-14T19:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 100 items in EDL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458833#M101940</link>
      <description>&lt;P&gt;Try the CLI command and then copy paste the console output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;request system external-list show name &amp;lt;object name&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVYCA0" target="_blank"&gt;Working with External Block List (EBL) Formats and Limitations - Knowledge Base - Palo Alto Networks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000Cm1qCAC" target="_blank"&gt;IP List for Dynamic Block List is Not Found on Multi-VSYS Confi... - Knowledge Base - Palo Alto Networks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 20:45:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458833#M101940</guid>
      <dc:creator>nikoolayy1</dc:creator>
      <dc:date>2022-01-14T20:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 100 items in EDL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458863#M101944</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/153031"&gt;@nikoolayy1&lt;/a&gt;&amp;nbsp; This what I said originally, the command in your linked articles doesn't display more than 100 items in EDL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request system external-list show type url name Custom-URLs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Custom-URL2-S&lt;BR /&gt;Total valid entries : 2295&lt;BR /&gt;Total ignored entries : 0&lt;BR /&gt;Total invalid entries : 0&lt;BR /&gt;Total displayed entries : 100&lt;BR /&gt;Valid urls:&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 00:06:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458863#M101944</guid>
      <dc:creator>raji_toor</dc:creator>
      <dc:date>2022-01-15T00:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 100 items in EDL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458885#M101946</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/56221"&gt;@raji_toor&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You just need to modify the num-records to actually return all of them.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;request system external-list show type ip num-records 10000 name &amp;lt;name&amp;gt;&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;request&amp;gt;&amp;lt;system&amp;gt;&amp;lt;external-list&amp;gt;&amp;lt;show&amp;gt;&amp;lt;type&amp;gt;&amp;lt;ip&amp;gt;&amp;lt;num-records&amp;gt;10000&amp;lt;/num-records&amp;gt;&amp;lt;name&amp;gt;YourList&amp;lt;/name&amp;gt;&amp;lt;/ip&amp;gt;&amp;lt;/type&amp;gt;&amp;lt;/show&amp;gt;&amp;lt;/external-list&amp;gt;&amp;lt;/system&amp;gt;&amp;lt;/request&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 15 Jan 2022 06:33:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/458885#M101946</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2022-01-15T06:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display more than 100 items in EDL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/459059#M101963</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp; Thank you, i should have been more careful when trying to render the command.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 15:36:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-display-more-than-100-items-in-edl/m-p/459059#M101963</guid>
      <dc:creator>raji_toor</dc:creator>
      <dc:date>2022-01-17T15:36:18Z</dc:date>
    </item>
  </channel>
</rss>

