pyFortimanagerAPI icon indicating copy to clipboard operation
pyFortimanagerAPI copied to clipboard

A wrapper for FortiManager API

Results 13 pyFortimanagerAPI issues
Sort by recently updated
recently updated
newest added

Hey there, I'm currently facing an issue where getting SSLCertVerificationError when executing fortimngr.get_adoms() Is there any way to successfully verify the SSL cert? I have already downloaded the CA file...

This MR adds support to retrieve (GET operations only) for services and service groups, both retrieving all of them and retrieving a single one by name.

here is a new method that could be integrated which allow to clone an adom into a new one `def clone_adom(self, name): ` ` """` ` clone existing adom from...

In order to get/set device configuration it is possible from the fortimanager to request the device in 2 ways: as of done today in this code, by using /sys/proxy/json and...

add missing return self in enter method of FortiManager

Really appreciate your work, 1.i would like to know if through python code we could perform" import policy" whenever we find the policy package status out of sync in fortimanager...

Hi, first of all thank you a lot to share this excellent lib. I would like to make a request. Is that possible to add a feature to connect into...

Hi, when I run the allpolicies = fmngr.get_firewall_policies(policy_package_name=fwpackage) I get all the policies belonging to "fwpackage". If there is a dynamic object in the source and/or destination (for example Fortinet-FortiGuard.Secure.DNS)...

As per title, I'm wondering if it's possible to API call adding a FortiAP or FortiSW? Cheers.

enhancement
help wanted

This is to add a toggle to return all the metadata fields with a device when getting the devices. ``` def get_devices(self, metadata=False): """ :return: returns list of devices added...

enhancement