-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------ * [change] Fortigate.login() - return: Fortigate (before was Session) * [new] FortigateAPI.vdom - Gets the ability to change the vdom in the same session
- Loading branch information
vprusakovs
committed
May 23, 2022
1 parent
2ed087c
commit 609affb
Showing
20 changed files
with
313 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
"""fortigate-api""" | ||
|
||
from requests import Session | ||
|
||
from fortigate_api.fortigate import Fortigate | ||
from fortigate_api.address import Address | ||
from fortigate_api.address_group import AddressGroup | ||
from fortigate_api.antivirus import Antivirus | ||
from fortigate_api.application import Application | ||
from fortigate_api.interface import Interface | ||
from fortigate_api.internet_service import InternetService | ||
from fortigate_api.ip_pool import IpPool | ||
from fortigate_api.policy import Policy | ||
from fortigate_api.schedule import Schedule | ||
from fortigate_api.service import Service | ||
from fortigate_api.service_category import ServiceCategory | ||
from fortigate_api.service_group import ServiceGroup | ||
from fortigate_api.snmp_community import SnmpCommunity | ||
from fortigate_api.virtual_ip import VirtualIP | ||
from fortigate_api.zone import Zone | ||
from fortigate_api.fortigate_api import FortigateAPI |
Oops, something went wrong.