FortigateApi
FortigateApi copied to clipboard
Access Fortigate REST API in python
Hey, thx for this great API. I would like to see if you could add 1 more feature. Policy search like for all disabled policies for example. If i use...
URL should contain object name when deleting firewall address and firewall address group, or Fortigate will do purge and delete all objects which has no references.
I'd like to add syslog and ntp configuration support to the library. I'm new to github, not sure if it's the right way to submit a pull request !
I have a Fortigate 100D without vdom enabled, but I can't get the following test to work: import FortigateApi fg = FortigateApi.Fortigate('192.168.1.1', 'root', 'admin', 'password') fg.AddFwAddress('srv-A','10.1.1.1/32') fg.GetFwAddress('srv-A') fg.DelFwAddress('srv-A') All I...
I am trying to create a device (object) with it's mac address and then trying to add it to a device group. I could not find any information related to...
You got the Fortigate Rest API Docs? where i can find it? I tryed to add the functions for policy route entrys and copy paste from you the static route...