- Release Notes
- API Changelog
- Overview
- Generally Available
- v1.57.0
- v1.56.0
- v1.55.0
- v1.54.0
- v1.53.0
- v1.52.0
- v1.51.1
- v1.50.0
- v1.49.0
- v1.48.0
- v1.47.0
- v1.46.0
- v1.45.0
- v1.44.0
- v1.43.0
- v1.42.0
- v1.41.0
- v1.40.0
- v1.39.0
- v1.38.0
- v1.37.0
- v1.36.0
- v1.35.0
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- Beta
- What's Updated
- What's New
Version 1.34.0 to 1.35.0
Summary of Changes
1 - New
22 - Updated
631 - Total operations
398 - Total Paths
What's Updated
[ wireless ]
status
Return the SSID statuses of an access point
GET /devices/{serial}/wireless/status
- Response property
properties
value added
billing
Return the billing settings of this network
GET /networks/{networkId}/wireless/billing
- Response property
properties
value added
rfProfiles
Creates new RF profile for this network
POST /networks/{networkId}/wireless/rfProfiles
- Optional property
flexRadios
Added
Updates specified RF profile for this network
PUT /networks/{networkId}/wireless/rfProfiles/{rfProfileId}
- Optional property
flexRadios
Added
ssids
List the MR SSIDs in a network
GET /networks/{networkId}/wireless/ssids
- Response property
properties
value added
Return a single MR SSID
GET /networks/{networkId}/wireless/ssids/{number}
- Response property
properties
value added
List the Bonjour forwarding setting and rules for the SSID
GET /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding
- Response property
exception
value added
Update the bonjour forwarding setting and rules for the SSID
PUT /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding
- Optional property
exception
Added
[ networks ]
alerts
Update the alert configuration for this network
PUT /networks/{networkId}/alerts/settings
- Optional property
muting
Added
floorPlans
List the floor plans that belong to your network
GET /networks/{networkId}/floorPlans
- Response property
properties
value added
- Response property
productType
value added
Find a floor plan by ID
GET /networks/{networkId}/floorPlans/{floorPlanId}
- Response property
properties
value added
- Response property
productType
value added
merakiAuthUsers
List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)
GET /networks/{networkId}/merakiAuthUsers
- Summary changed from
List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a wired network)
toList the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)
topology
List the LLDP and CDP information for all discovered devices and connections in a network
GET /networks/{networkId}/topology/linkLayer
- Summary changed from
List the LLDP and CDP information for all discovered devices and connections in a network.
toList the LLDP and CDP information for all discovered devices and connections in a network
[ organizations ]
configTemplates
List the configuration templates for this organization
GET /organizations/{organizationId}/configTemplates
- Response property
properties
value added
Return a single configuration template
GET /organizations/{organizationId}/configTemplates/{configTemplateId}
- Response property
properties
value added
devices
List the status of every Meraki device in the organization
GET /organizations/{organizationId}/devices/statuses
- Response property
items
value added
[ switch ]
configTemplates
List the switch templates for your switch template configuration
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles
- Summary changed from
List the switch profiles for your switch template configuration
toList the switch templates for your switch template configuration
Return all the ports of a switch template
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports
- Summary changed from
Return all the ports of a switch profile
toReturn all the ports of a switch template
Return a switch template port
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Summary changed from
Return a switch profile port
toReturn a switch template port
Update a switch template port
PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Summary changed from
Update a switch profile port
toUpdate a switch template port
What's New
[ appliance ]
uplinks
PATH /organizations/{organizationId}/appliance/uplinks/usage/byNetwork
- Path added
- New operation
Get the sent and received bytes for each uplink of all MX and Z networks within an organization. If more than one device was active during the specified timespan, then the sent and received bytes will be aggregated by interface.
GET
/organizations/{organizationId}/appliance/uplinks/usage/byNetwork
Code SnippetCopy[ { "networkId": "N_24329156", "name": "Main Office", "byUplink": [ { "serial": "Q234-ABCD-5678", "interface": "wan1", "sent": 200, "received": 400 } ] } ]