NAME
Device::Firewall::PaloAlto::API - Palo Alto firewall API module
VERSION
version 0.1.4_1
DESCRIPTION
This module contains API related methods used by the Device::Firewall::PaloAlto package.
auth
Authenticates the supplies credentials against the firewall. If successfull it returns the object to allow for method chaining. If not successful it returns a Class::Error object.
debug
$fw->debug->op->interfaces();
Enables the debugging of HTTP requests and responses to the firewall.
undebug
Disables debugging.
AUTHOR
Greg Foletta <greg@foletta.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Greg Foletta.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.