The new version 2.0.0 has been released! #23
vladimirs-git
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The package has been fully refactored.
The skeleton has been changed to make it possible to implement any endpoint
in a manner similar to FortiOS REST API documentation.
Breaking changes
Added: FortiGateAPI object (replacement for FortigateAPI object). This object contains
connectors to all Configuration (cmdb) REST API endpoints. For example old
FortigateAPI.address
connector have been transformed to FortiGateAPI.cmdb.firewall.address. Other connectors
are transformed in a similar manner.
Added: FortiGate object (replacement for Fortigate object). It is a Python wrapper for
the FortiOS REST API. The
get
methods have been significantly changed to support responseswith any data type.
Removed: FortigateAPI object (replaced by FortiGateAPI object).
Removed: Fortigate object (replaced by FortiGate object).
Removed: SSH Netmiko connector.
Removed: CiscoConfParse adapted for Fortigate.
Beta Was this translation helpful? Give feedback.
All reactions