pan-os-python
pan-os-python copied to clipboard
PanDevice cannot be created if the target device behind proxy
I am having an issue with running the following command for the device that is behind the proxy.
fw = PanDevice.create_from_device(hostname, user, password)
I know it works if you set the proxy in the venv but I cannot set proxy in the venv due to the following:
- this is part pf a bigger tool/system where the connection to each device need explicitly to mention/provide the proxy
- there are more than 1 proxy
From my research, it seems this is currently not possible but I may be wrong. If you know how to do it, I'd love to know about it. Otherwise, it'd be great to know if this feature is requested by others and/or is it in the roadmap?