You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version to 2.2.0 and enhance API documentation
- Bump version to 2.2.0 in pyproject.toml and __init__.py.
- Update API documentation for AsyncAppliance and AsyncOrganizations to clarify port settings and add new methods for connecting and disconnecting Cisco Umbrella accounts.
- Adjust maximum lookback periods and pagination limits in various API methods for improved functionality.
- mask (integer): Mask used for the subnet of all bound to the template networks. Applicable only for template network.
2048
2092
- ipv6 (object): IPv6 configuration on the VLAN
2049
2093
- dhcpHandling (string): The appliance's handling of DHCP requests on this VLAN. One of: 'Run a DHCP server', 'Relay DHCP to another server' or 'Do not respond to DHCP requests'
2094
+
- dhcpRelayServerIps (array): The IPs (IPv4) of the DHCP servers that DHCP requests should be relayed to. CIDR/subnet notation and hostnames are not supported.
2050
2095
- dhcpLeaseTime (string): The term of DHCP leases if the appliance is running a DHCP server on this VLAN. One of: '30 minutes', '1 hour', '4 hours', '12 hours', '1 day' or '1 week'
2051
2096
- mandatoryDhcp (object): Mandatory DHCP will enforce that clients connecting to this VLAN must use the IP address assigned by the DHCP server. Clients who use a static IP address won't be able to associate. Only available on firmware versions 17.0 and above
2052
2097
- dhcpBootOptionsEnabled (boolean): Use DHCP boot options specified in other properties
- t0 (string): The beginning of the timespan for the data. The maximum lookback period is 31 days from today.
364
364
- t1 (string): The end of the timespan for the data. t1 can be a maximum of 31 days after t0.
365
365
- timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 31 days. The default is 1 day.
366
-
- resolution (integer): The time resolution in seconds for returned data. The valid resolutions are: 7200, 86400, 604800, 2592000. The default is 604800.
366
+
- resolution (integer): The time resolution in seconds for returned data. The valid resolutions are: 7200, 86400, 604800, 2629746. The default is 604800.
0 commit comments