Status
status-related endpoints
StatusMixin
Bases: BasePFSenseAPIClient
status calls
Source code in pfsense_api_client/status.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
get_carp_status(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-carp-status
Source code in pfsense_api_client/status.py
17 18 19 20 21 22 |
|
get_configuration_history_status_log(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-configuration-history-status-log
Source code in pfsense_api_client/status.py
56 57 58 59 60 61 62 |
|
get_dhcp_status_log(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#2-read-dhcp-status-log
Source code in pfsense_api_client/status.py
65 66 67 68 69 70 |
|
get_firewall_status_log(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#3-read-firewall-status-log
Source code in pfsense_api_client/status.py
73 74 75 76 77 78 |
|
get_gateway_status(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-gateway-status
Source code in pfsense_api_client/status.py
40 41 42 43 44 45 |
|
get_interface_status(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-interface-status
Source code in pfsense_api_client/status.py
48 49 50 51 52 53 |
|
get_openvpn_status(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-openvpn-status
Source code in pfsense_api_client/status.py
89 90 91 92 93 94 |
|
get_system_status(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#1-read-system-status
Source code in pfsense_api_client/status.py
97 98 99 100 101 102 103 |
|
get_system_status_log(**filterargs)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#4-read-system-status-log
Source code in pfsense_api_client/status.py
81 82 83 84 85 86 |
|
update_carp_status(enable, maintenance_mode)
https://github.com/jaredhendrickson13/pfsense-api/blob/master/README.md#2-update-carp-status
Source code in pfsense_api_client/status.py
25 26 27 28 29 30 31 32 33 34 35 36 37 |
|