Skip to content

Commit 5d0f6fb

Browse files
meraki-release-bot[bot]GitHub Action
andauthored
Auto-generated library v4.4.0 for API v1.73.0. (#469)
Co-authored-by: GitHub Action <support@meraki.com>
1 parent dfb9a28 commit 5d0f6fb

25 files changed

Lines changed: 3961 additions & 32 deletions

docs/generation-report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Generation Report
22

3+
## 2026-08-05 | Library v4.4.0 | API 1.73.0
4+
5+
6+
No Python keyword parameter conflicts detected.
7+
8+
39
## 2026-07-16 | Library v4.3.1 | API 1.72.0
410

511

meraki/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from meraki._version import __version__ # noqa: F401
6161
from datetime import datetime
6262

63-
__api_version__ = "1.72.0"
63+
__api_version__ = "1.73.0"
6464

6565
__all__ = [
6666
"APIError",

meraki/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.1"
1+
__version__ = "4.4.0"

meraki/aio/api/appliance.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ def updateNetworkAppliancePort(self, networkId: str, portId: str, **kwargs):
12141214
- type (string): The type of the port: 'access' or 'trunk'.
12151215
- vlan (integer): Native VLAN when the port is in Trunk mode. Access VLAN when the port is in Access mode.
12161216
- allowedVlans (string): Comma-delimited list of VLAN IDs (e.g. '2,15') for all devices. Secure Routers also support VLAN ranges (e.g. '2-10,15'). Use 'all' to permit all VLANs on the port.
1217-
- accessPolicy (string): The name of the policy. Only applicable to Access ports. Valid values are: 'open', '8021x-radius', 'mac-radius', 'hybris-radius' for MX64 or Z3 or any MX supporting the per port authentication feature. Otherwise, 'open' is the only valid value and 'open' is the default value if the field is missing.
1217+
- accessPolicy (string): The name of the policy. Only applicable to Access ports. Valid values are: 'open', '8021x-radius', 'mac-radius', 'hybrid-radius', 'access-manager' for MX64 or Z3 or any MX supporting the per port authentication feature. Otherwise, 'open' is the only valid value and 'open' is the default value if the field is missing.
12181218
- sgt (object): Security Group Tag settings for the port.
12191219
"""
12201220

@@ -1963,6 +1963,7 @@ def createNetworkApplianceStaticRoute(self, networkId: str, name: str, subnet: s
19631963
- subnet (string): Subnet of the route
19641964
- gatewayIp (string): Gateway IP address (next hop)
19651965
- gatewayVlanId (integer): Gateway VLAN ID
1966+
- enabled (boolean): Enable/disable the static route
19661967
"""
19671968

19681969
kwargs.update(locals())
@@ -1979,6 +1980,7 @@ def createNetworkApplianceStaticRoute(self, networkId: str, name: str, subnet: s
19791980
"subnet",
19801981
"gatewayIp",
19811982
"gatewayVlanId",
1983+
"enabled",
19821984
]
19831985
payload = {k.strip(): v for k, v in kwargs.items() if k.strip() in body_params}
19841986

@@ -4558,7 +4560,7 @@ def updateOrganizationApplianceVpnSiteToSiteIpsecPeersSlas(self, organizationId:
45584560

45594561
def getOrganizationApplianceVpnStats(self, organizationId: str, total_pages=1, direction="next", **kwargs):
45604562
"""
4561-
**Show VPN history stat for networks in an organization**
4563+
**Show VPN history stats for networks in an organization**
45624564
https://developer.cisco.com/meraki/api-v1/#!get-organization-appliance-vpn-stats
45634565
45644566
- organizationId (string): Organization ID

meraki/aio/api/campusGateway.py

Lines changed: 605 additions & 0 deletions
Large diffs are not rendered by default.

meraki/aio/api/networks.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ def updateNetworkFirmwareUpgrades(self, networkId: str, **kwargs):
10561056
- upgradeWindow (object): Upgrade window for devices in network
10571057
- timezone (string): The timezone for the network
10581058
- products (object): Contains information about the network to update
1059+
- featureLossAcknowledgements (array): Acknowledges the target version has removed certain features that the network is currently using.
10591060
"""
10601061

10611062
kwargs.update(locals())
@@ -1071,6 +1072,7 @@ def updateNetworkFirmwareUpgrades(self, networkId: str, **kwargs):
10711072
"upgradeWindow",
10721073
"timezone",
10731074
"products",
1075+
"featureLossAcknowledgements",
10741076
]
10751077
payload = {k.strip(): v for k, v in kwargs.items() if k.strip() in body_params}
10761078

@@ -1101,6 +1103,7 @@ def createNetworkFirmwareUpgradesRollback(self, networkId: str, reasons: list, *
11011103
options = [
11021104
"appliance",
11031105
"camera",
1106+
"campusGateway",
11041107
"cellularGateway",
11051108
"secureConnect",
11061109
"switch",
@@ -2638,7 +2641,7 @@ def updateNetworkSettings(self, networkId: str, **kwargs):
26382641
https://developer.cisco.com/meraki/api-v1/#!update-network-settings
26392642
26402643
- networkId (string): Network ID
2641-
- localStatusPageEnabled (boolean): Enables / disables the local device status pages (<a target='_blank' href='http://my.meraki.com/'>my.meraki.com, </a><a target='_blank' href='http://ap.meraki.com/'>ap.meraki.com, </a><a target='_blank' href='http://switch.meraki.com/'>switch.meraki.com, </a><a target='_blank' href='http://wired.meraki.com/'>wired.meraki.com</a>). Optional (defaults to false)
2644+
- localStatusPageEnabled (boolean): Enables / disables the local device status pages (<a target='_blank' href='http://my.meraki.com/'>my.meraki.com, </a><a target='_blank' href='http://ap.meraki.com/'>ap.meraki.com, </a><a target='_blank' href='http://switch.meraki.com/'>switch.meraki.com, </a><a target='_blank' href='http://wired.meraki.com/'>wired.meraki.com</a>). Optional (defaults to true)
26422645
- remoteStatusPageEnabled (boolean): Enables / disables access to the device status page (<a target='_blank'>http://[device's LAN IP])</a>. Optional. Can only be set if localStatusPageEnabled is set to true
26432646
- localStatusPage (object): A hash of Local Status page(s)' authentication options applied to the Network.
26442647
- securePort (object): A hash of SecureConnect options applied to the Network.

0 commit comments

Comments
 (0)