Metadata-Version: 1.1
Name: fortiosapi
Version: 0.9.2
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
Description-Content-Type: UNKNOWN
Description: # 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.
        
        ## License (5.6)
        A rest call to check and force license validation check starting with 5.6
        See license.
        usage of schema and mkey for every call for 5.6 
        
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
