Skip to content

Python library to interact with configuration of fortinet devices (REST API)

License

Notifications You must be signed in to change notification settings

fortijames/fortiosapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortiosAPI

Python library to configure Fortinet devices (REST API and SSH)

Monitoring is pending.

Compare to the REST API there a few add-ons: In addition to get,put,post,delete methods there is a set which will try to post and if failing will put and collect the mkey directly.

Muli vdom

In multi vdom environment use vdom=global in the API call. As it is a reserved word the API will switch to use the global=1 and take care of the differences in the repsonses.

Schema

There is a get_schema call and an example to get the schema of the differents methods to ease writting them.

Roadmap

unittests monitoring license upload and update-now.

About

Python library to interact with configuration of fortinet devices (REST API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%