-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output without any outputfile option gets weird #4
Comments
Have you sanitized the output? If you can paste the full output here (sanitize the IP addresses), I can take a look and see what's happening. |
~/PrismaAccess-EgressIPs$ python3 format-egress-ips.py --allEgressIPs if I do use "python3 format-egress-ips.py --allEgressIPs --outputCsvFile output.csv" "US Central","remote_network","111.222.255.12","active" |
Same here for LAB env |
I believe I've fixed this issue. Please download latest script and test. |
Confirm it has been fixed. Thank you |
The output was tabled list but the new version didn't do that anymore.
python3 format-egress-ips.py --allEgressIPs
Are you sure this is the right JSON object?
{'status': 'success', 'result': [{'address_details': [{'address': 000.000.000.000', 'serviceType': 'remote_network', 'addressType': 'active', 'node_name': ['Prisma-Network-Remote']}, {'address': '000.000.000.000', 'serviceType': 'gp_gateway', 'addressType': 'active', 'create_time': 11111111, 'allow_listed': False}, {'address': '000.000.000.000, 'serviceType': 'gp_gateway',
...
Something like this.
The text was updated successfully, but these errors were encountered: