Metadata-Version: 2.0
Name: fortiosapi
Version: 0.8.1
Summary: Python modules to interact with fortinet products configuration rest and ssh
Home-page: https://github.com/fortinet-solutions-cse/fortiosapi
Author: Nicolas Thomas
Author-email: nthomas@fortinet.com
License: UNKNOWN
Keywords: Fortinet fortigate fortios rest api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python 
Classifier: Topic :: Security
Requires-Dist: paramiko
Requires-Dist: requests

# fortiosAPI

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

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
license upload and update-now.


