- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-19-2023 05:44 AM
11-22-2023 08:06 AM
here is the code i got working
11-22-2023 08:06 AM
here is the code i got working
01-02-2024 03:22 AM
If anybody interested in working with PanOS Python and Panorama - https://www.packetswitch.co.uk/palo-alto-pan-os-python-sdk-panorama/
01-18-2024 09:28 PM
Hi,
I am new to panorama apis. While I was following your snippet I got this error can you please help?
pano = Panorama(panorma_url,api_key=panorma_api_key)
dg = DeviceGroup("Shared")
pano.add(dg)
rulebase = PostRulebase()
dg.add(rulebase)
error is:
[ERROR] 2024-01-19T05:21:37.944Z 88d3f5f9-8a4d-445d-86aa-e0dc5f3d8d46 Lambda failed with the error:'URLError: reason: [Errno -2] Name or service not known'
2024-01-19 05:21:37,944 - root - ERROR - Lambda failed with the error:'URLError: reason: [Errno -2] Name or service not known'
END RequestId: 88d3f5f9-8a4d-445d-86aa-e0dc5f3d8d46
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!