✨ A new home!: Pyedgeconnect will now be maintained going forward on the Aruba GitHub: https://github.com/aruba/pyedgeconnect
✨ A new video!: Video walkthrough explaining and demonstrating the EdgeConnect Telemetry code demo has been published, check it out!.
✨ A new code example!: Automatically update port forwarding rules on an appliance with a DHCP-addressed WAN interface to true up discrepencies when the WAN IP address may have changed and requires the destination address in the inbound port forwarding rules to be updated.
- :func:`~pyedgeconnect.Orchestrator.broadcast_cli` Updated return type
from
bool
totext
so that result can be retrieved using returned key string with :func:`~pyedgeconnect.Orchestrator.get_audit_log_task_status` - :func:`~pyedgeconnect.Orchestrator.get_appliance_template_history`
Updated type hint for parameter
latest
tostr
frombool
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_flow_bandwidth_stats`
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_flow_details`
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_flow_details_verbose`
- :func:`~pyedgeconnect.EdgeConnect.get_appliance_flows`
- :func:`~pyedgeconnect.EdgeConnect.reclassify_flows`
- :func:`~pyedgeconnect.EdgeConnect.reset_flows`
- :func:`~pyedgeconnect.EdgeConnect.get_port_forwarding_rules`
- :func:`~pyedgeconnect.EdgeConnect.set_port_forwarding_rules`
- :func:`~pyedgeconnect.EdgeConnect.set_gms_marked_port_forwarding_rules`
- :func:`~pyedgeconnect.EdgeConnect.run_ping_or_traceroute`
- :func:`~pyedgeconnect.EdgeConnect.get_ping_or_traceroute`
- :func:`~pyedgeconnect.EdgeConnect.stop_ping_or_traceroute`
- :func:`pyedgeconnect.EdgeConnect.get_appliance_nexthops`
- Corrected function name for :func:`~pyedgeconnect.Orchestrator.get_vrrp_interfaces` which previously was missing c in interfaces
- Within the EdgeConnect Telemetry Demo code example: fix
Total Flows
calculation for tunnel at bottom ofEdgeConnect Telemetry
dashboard
Warning
The following two functions for the _ip_objects submodule experience errors at this time. These function do work in the Orchestrator UI: :func:`~pyedgeconnect.Orchestrator.bulk_upload_address_group` and :func:`~pyedgeconnect.Orchestrator.bulk_upload_service_group`