How to display more than 100 items in EDL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.
Palo Alto Networks Approved
Palo Alto Networks Approved
Community Expert Verified
Community Expert Verified

How to display more than 100 items in EDL

L4 Transporter

I need the whole output from an EDL but command only displays 10. Even in the rest API.

GUI works but i can't export it form there.

Source was deleted and now i need to restore all the entries in that EDL

 

Total valid entries : 2295
Total ignored entries : 0
Total invalid entries : 0
Total displayed entries : 100

1 accepted solution

Accepted Solutions

Cyber Elite
Cyber Elite

@raji_toor,

You just need to modify the num-records to actually return all of them.

request system external-list show type ip num-records 10000 name <name>
<request><system><external-list><show><type><ip><num-records>10000</num-records><name>YourList</name></ip></type></show></external-list></system></request>

View solution in original post

4 REPLIES 4

L6 Presenter

@nikoolayy1  This what I said originally, the command in your linked articles doesn't display more than 100 items in EDL

 

request system external-list show type url name Custom-URLs

 

Custom-URL2-S
Total valid entries : 2295
Total ignored entries : 0
Total invalid entries : 0
Total displayed entries : 100
Valid urls:

Cyber Elite
Cyber Elite

@raji_toor,

You just need to modify the num-records to actually return all of them.

request system external-list show type ip num-records 10000 name <name>
<request><system><external-list><show><type><ip><num-records>10000</num-records><name>YourList</name></ip></type></show></external-list></system></request>

@BPry  Thank you, i should have been more careful when trying to render the command.

  • 1 accepted solution
  • 2858 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!