- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-14-2022 11:13 AM
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
01-14-2022 10:33 PM
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>
01-14-2022 12:45 PM
Try the CLI command and then copy paste the console output:
request system external-list show name <object name>
Working with External Block List (EBL) Formats and Limitations - Knowledge Base - Palo Alto Networks
01-14-2022 04:06 PM
@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:
01-14-2022 10:33 PM
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>
01-17-2022 07:36 AM
@BPry Thank you, i should have been more careful when trying to render the command.
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!