You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for 'serial' value in optional_args in the initializer for this class that can be then referenced in the open method so that an xapi connection can be made to a device via panorama.
Use Case
Connecting to devices through panorama instead of directly - our firewall team gave me an API key that works against panorama, they don't want to manage credentials on firewalls individually. The code changes are pretty simple since pan.xapi will take "serial" in as an argument and then add &target=<serial> to its URL queries.
The text was updated successfully, but these errors were encountered:
Environment
Proposed Functionality
Allow for 'serial' value in
optional_args
in the initializer for this class that can be then referenced in theopen
method so that an xapi connection can be made to a device via panorama.Use Case
Connecting to devices through panorama instead of directly - our firewall team gave me an API key that works against panorama, they don't want to manage credentials on firewalls individually. The code changes are pretty simple since pan.xapi will take "serial" in as an argument and then add
&target=<serial>
to its URL queries.The text was updated successfully, but these errors were encountered: