hfortix-fortios 0.5.0__py3-none-any.whl → 0.5.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hfortix_fortios/__init__.py +1 -1
- hfortix_fortios/__init__.pyi +83 -0
- hfortix_fortios/api/__init__.pyi +45 -0
- hfortix_fortios/api/v2/cmdb/__init__.pyi +37 -0
- hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/application/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/automation/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/casb/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi +27 -0
- hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi +173 -0
- hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/firewall/policy.pyi +336 -0
- hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/icap/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/ips/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/log/__init__.pyi +57 -0
- hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/router/__init__.pyi +67 -0
- hfortix_fortios/api/v2/cmdb/rule/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi +93 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi +23 -0
- hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/system/__init__.pyi +275 -0
- hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi +39 -0
- hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi +19 -0
- hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi +25 -0
- hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/user/__init__.pyi +63 -0
- hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/voip/__init__.pyi +17 -0
- hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi +27 -0
- hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi +29 -0
- hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi +31 -0
- hfortix_fortios/api/v2/cmdb/waf/__init__.pyi +21 -0
- hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi +35 -0
- hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi +43 -0
- hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi +71 -0
- hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi +49 -0
- hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi +25 -0
- hfortix_fortios/api/v2/log/__init__.pyi +13 -11
- hfortix_fortios/api/v2/monitor/__init__.pyi +32 -0
- hfortix_fortios/api/v2/monitor/azure/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/azure/application_list.pyi +19 -0
- hfortix_fortios/api/v2/monitor/casb/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi +19 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi +87 -0
- hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi +19 -0
- hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/__init__.pyi +101 -0
- hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/acl.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/acl6.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/dnat.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/gtp.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/ippool.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/firewall/policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firewall/shaper.pyi +19 -0
- hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/firmware/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/geoip/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/ips/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/license/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/license/database/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/__init__.pyi +45 -0
- hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/log/stats.pyi +87 -0
- hfortix_fortios/api/v2/monitor/network/__init__.pyi +29 -0
- hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/registration/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/router/__init__.pyi +37 -0
- hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/router/bgp.pyi +87 -0
- hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/router/lookup.pyi +87 -0
- hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/service/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi +33 -0
- hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi +19 -0
- hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi +33 -0
- hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/__init__.pyi +177 -0
- hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/system/config_revision.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/config_script.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/csf.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/dhcp.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/firmware.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/ha_peer.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi +31 -0
- hfortix_fortios/api/v2/monitor/system/interface.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/system/modem.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/object/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/os/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/process/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/time/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/time.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/system/usb_log.pyi +87 -0
- hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/__init__.pyi +47 -0
- hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/user/banned.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/device/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/firewall.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi +29 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/fsso.pyi +87 -0
- hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/info/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/user/local/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/query/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/utm/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/vpn/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn/ssl.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi +27 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/history.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi +19 -0
- hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webcache/stats.pyi +19 -0
- hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi +25 -0
- hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi +87 -0
- hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webfilter/override.pyi +87 -0
- hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/__init__.pyi +57 -0
- hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/client.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/euclid.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/firmware.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi +23 -0
- hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/region_image.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi +21 -0
- hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi +17 -0
- hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi +19 -0
- hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi +19 -0
- hfortix_fortios/api/v2/service/__init__.pyi +3 -0
- hfortix_fortios/api/v2/service/security_rating/__init__.pyi +19 -0
- hfortix_fortios/api/v2/service/sniffer/__init__.pyi +27 -0
- hfortix_fortios/api/v2/service/system/__init__.pyi +21 -0
- hfortix_fortios/client.pyi +1 -51
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/METADATA +2 -2
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/RECORD +307 -11
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/WHEEL +0 -0
- {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for UTM category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .antivirus import Antivirus
|
|
10
|
+
from .app_lookup import AppLookup
|
|
11
|
+
from .application_categories import ApplicationCategories
|
|
12
|
+
from .blacklisted_certificates import BlacklistedCertificates
|
|
13
|
+
from .rating_lookup import RatingLookup
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class Utm:
|
|
17
|
+
"""Type stub for Utm."""
|
|
18
|
+
|
|
19
|
+
rating_lookup: RatingLookup
|
|
20
|
+
antivirus: Antivirus
|
|
21
|
+
app_lookup: AppLookup
|
|
22
|
+
application_categories: ApplicationCategories
|
|
23
|
+
blacklisted_certificates: BlacklistedCertificates
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for RATING_LOOKUP category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .select import Select
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class RatingLookup:
|
|
13
|
+
"""Type stub for RatingLookup."""
|
|
14
|
+
|
|
15
|
+
select: Select
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for VIDEOFILTER category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .fortiguard_categories import FortiguardCategories
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Videofilter:
|
|
13
|
+
"""Type stub for Videofilter."""
|
|
14
|
+
|
|
15
|
+
fortiguard_categories: FortiguardCategories
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for VIRTUAL_WAN category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .health_check import HealthCheck
|
|
10
|
+
from .interface_log import InterfaceLog
|
|
11
|
+
from .members import Members
|
|
12
|
+
from .sla_log import SlaLog
|
|
13
|
+
from .sladb import Sladb
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class VirtualWan:
|
|
17
|
+
"""Type stub for VirtualWan."""
|
|
18
|
+
|
|
19
|
+
health_check: HealthCheck
|
|
20
|
+
interface_log: InterfaceLog
|
|
21
|
+
members: Members
|
|
22
|
+
sla_log: SlaLog
|
|
23
|
+
sladb: Sladb
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for VPN category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .ike import Ike
|
|
10
|
+
from .ipsec import Ipsec
|
|
11
|
+
from .ssl import Ssl
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Vpn:
|
|
15
|
+
"""Type stub for Vpn."""
|
|
16
|
+
|
|
17
|
+
ike: Ike
|
|
18
|
+
ipsec: Ipsec
|
|
19
|
+
ssl: Ssl
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for IKE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .clear import Clear
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Ike:
|
|
13
|
+
"""Type stub for Ike."""
|
|
14
|
+
|
|
15
|
+
clear: Clear
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for IPSEC category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .tunnel_down import TunnelDown
|
|
10
|
+
from .tunnel_reset_stats import TunnelResetStats
|
|
11
|
+
from .tunnel_up import TunnelUp
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Ipsec:
|
|
15
|
+
"""Type stub for Ipsec."""
|
|
16
|
+
|
|
17
|
+
tunnel_down: TunnelDown
|
|
18
|
+
tunnel_reset_stats: TunnelResetStats
|
|
19
|
+
tunnel_up: TunnelUp
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for SSL category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .clear_tunnel import ClearTunnel
|
|
10
|
+
from .delete import Delete
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class Ssl:
|
|
14
|
+
"""Type stub for Ssl."""
|
|
15
|
+
|
|
16
|
+
clear_tunnel: ClearTunnel
|
|
17
|
+
delete: Delete
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""Type stubs for VPN_CERTIFICATE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .cert_name_available import CertNameAvailable
|
|
10
|
+
from .ca import Ca
|
|
11
|
+
from .crl import Crl
|
|
12
|
+
from .csr import Csr
|
|
13
|
+
from .local import Local
|
|
14
|
+
from .remote import Remote
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class VpnCertificate:
|
|
18
|
+
"""Type stub for VpnCertificate."""
|
|
19
|
+
|
|
20
|
+
ca: Ca
|
|
21
|
+
crl: Crl
|
|
22
|
+
csr: Csr
|
|
23
|
+
local: Local
|
|
24
|
+
remote: Remote
|
|
25
|
+
cert_name_available: CertNameAvailable
|
|
26
|
+
|
|
27
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for CA category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .import_setting import ImportSetting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Ca:
|
|
13
|
+
"""Type stub for Ca."""
|
|
14
|
+
|
|
15
|
+
import_setting: ImportSetting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for CRL category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .import_setting import ImportSetting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Crl:
|
|
13
|
+
"""Type stub for Crl."""
|
|
14
|
+
|
|
15
|
+
import_setting: ImportSetting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for CSR category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .generate import Generate
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Csr:
|
|
13
|
+
"""Type stub for Csr."""
|
|
14
|
+
|
|
15
|
+
generate: Generate
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for LOCAL category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .create import Create
|
|
10
|
+
from .import_setting import ImportSetting
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class Local:
|
|
14
|
+
"""Type stub for Local."""
|
|
15
|
+
|
|
16
|
+
create: Create
|
|
17
|
+
import_setting: ImportSetting
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for REMOTE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .import_setting import ImportSetting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Remote:
|
|
13
|
+
"""Type stub for Remote."""
|
|
14
|
+
|
|
15
|
+
import_setting: ImportSetting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for WANOPT category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .history import History
|
|
10
|
+
from .peer_stats import PeerStats
|
|
11
|
+
from .webcache import Webcache
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Wanopt:
|
|
15
|
+
"""Type stub for Wanopt."""
|
|
16
|
+
|
|
17
|
+
history: History
|
|
18
|
+
peer_stats: PeerStats
|
|
19
|
+
webcache: Webcache
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for HISTORY category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class History:
|
|
13
|
+
"""Type stub for History."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for PEER_STATS category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class PeerStats:
|
|
13
|
+
"""Type stub for PeerStats."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for WEBCACHE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Webcache:
|
|
13
|
+
"""Type stub for Webcache."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for WEB_UI category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .custom_language import CustomLanguage
|
|
10
|
+
from .language import Language
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class WebUi:
|
|
14
|
+
"""Type stub for WebUi."""
|
|
15
|
+
|
|
16
|
+
custom_language: CustomLanguage
|
|
17
|
+
language: Language
|
|
18
|
+
|
|
19
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"""Type stubs for CUSTOM_LANGUAGE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .create import Create
|
|
10
|
+
from .download import Download
|
|
11
|
+
from .update import Update
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class CustomLanguage:
|
|
15
|
+
"""Type stub for CustomLanguage."""
|
|
16
|
+
|
|
17
|
+
create: Create
|
|
18
|
+
download: Download
|
|
19
|
+
update: Update
|
|
20
|
+
|
|
21
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for LANGUAGE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .import_setting import ImportSetting
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Language:
|
|
13
|
+
"""Type stub for Language."""
|
|
14
|
+
|
|
15
|
+
import_setting: ImportSetting
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for WEBCACHE category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .stats import Stats
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Webcache:
|
|
13
|
+
"""Type stub for Webcache."""
|
|
14
|
+
|
|
15
|
+
stats: Stats
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for STATS category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Stats:
|
|
13
|
+
"""Type stub for Stats."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"""Type stubs for endpoint."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING, Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class EndpointClass:
|
|
13
|
+
"""Type stub for endpoint class."""
|
|
14
|
+
|
|
15
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
16
|
+
|
|
17
|
+
def get(self, **params: Any) -> dict[str, Any] | list[dict[str, Any]]: ...
|
|
18
|
+
|
|
19
|
+
def post(self, **data: Any) -> dict[str, Any]: ...
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"""Type stubs for WEBFILTER category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .fortiguard_categories import FortiguardCategories
|
|
10
|
+
from .malicious_urls import MaliciousUrls
|
|
11
|
+
from .trusted_urls import TrustedUrls
|
|
12
|
+
from .category_quota import CategoryQuota
|
|
13
|
+
from .override import Override
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class Webfilter:
|
|
17
|
+
"""Type stub for Webfilter."""
|
|
18
|
+
|
|
19
|
+
category_quota: CategoryQuota
|
|
20
|
+
override: Override
|
|
21
|
+
fortiguard_categories: FortiguardCategories
|
|
22
|
+
malicious_urls: MaliciousUrls
|
|
23
|
+
trusted_urls: TrustedUrls
|
|
24
|
+
|
|
25
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""Type stubs for CATEGORY_QUOTA category."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing import TYPE_CHECKING
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from hfortix_core.http.interface import IHTTPClient
|
|
9
|
+
from .reset import Reset
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class CategoryQuota:
|
|
13
|
+
"""Type stub for CategoryQuota."""
|
|
14
|
+
|
|
15
|
+
reset: Reset
|
|
16
|
+
|
|
17
|
+
def __init__(self, client: IHTTPClient) -> None: ...
|