- 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
Version 0.2.0 to 0.3.0
What's New
GET
/networks/{networkId}/appliancePorts List per-port VLAN settings for all ports of a MX.GET
/networks/{networkId}/appliancePorts/{appliancePortId} Return per-port VLAN settings for a single MX port.PUT
/networks/{networkId}/appliancePorts/{appliancePortId} Update the per-port VLAN settings for a single MX port.GET
/networks/{networkId}/devices/{serial}/wireless/status Return the SSID statuses of an access pointGET
/networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} Return the Meraki Auth splash or RADIUS userPOST
/networks/{networkId}/swapWarmSpare Swap MX primary and warm spare appliancesPUT
/networks/{networkId}/switch/portSchedules/{portScheduleId} Update a switch port scheduleDELETE
/networks/{networkId}/switch/portSchedules/{portScheduleId} Delete a switch port scheduleGET
/networks/{networkId}/warmSpareSettings Return MX warm spare settingsPUT
/networks/{networkId}/warmSpareSettings Update MX warm spare settingsGET
/networks/{networkId}/wireless/rfProfiles/{rfProfileId} Return a RF profilePUT
/networks/{networkId}/wireless/rfProfiles/{rfProfileId} Updates specified RF profile for this networkDELETE
/networks/{networkId}/wireless/rfProfiles/{rfProfileId} Delete a RF ProfileDELETE
/organizations/{organizationId}/configTemplates/{configTemplateId} Remove a configuration templatePOST
/networks/{networkId}/switch/portSchedules Add a switch port schedulePOST
/networks/{networkId}/wireless/rfProfiles Creates new RF profile for this network
What's Deprecated
GET
/networks/{networkId}/merakiAuthUsers/{id} Return the Meraki Auth splash or RADIUS userDELETE
/organizations/{organizationId}/configTemplates/{id} Remove a configuration template
What's Changed
GET
/devices/{serial}/camera/analytics/overview Returns an overview of aggregate analytics data for a timespan
Parameters
Copy Add objectType //[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle].
GET
/devices/{serial}/camera/analytics/recent Returns most recent record for analytics zones
Parameters
Copy Add objectType //[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle].
GET
/devices/{serial}/camera/analytics/zones/{zoneId}/history Return historical records for analytic zones
Parameters
Copy Add objectType //[optional] The object type for which analytics will be retrieved. The default object type is person. The available types are [person, vehicle].
PUT
/devices/{serial}/switchPorts/{number} Update a switch port
Parameters
Copy Add updateDeviceSwitchPort
GET
/networks/{networkId}/bluetoothClients List the Bluetooth clients seen by APs in this network
Parameters
Copy Add timespan //The timespan, in seconds, used to look back from now for bluetooth clients
Add includeConnectivityHistory //Include the connectivity history for this client
GET
/networks/{networkId}/bluetoothClients/{bluetoothClientId} Return a Bluetooth client. Bluetooth clients can be identified by their ID or their MAC.
Parameters
Copy Add includeConnectivityHistory //Include the connectivity history for this client
Add connectivityHistoryTimespan //The timespan, in seconds, for the connectivityHistory data. By default 1 day, 86400, will be used.
PUT
/networks/{networkId}/firewalledServices/{service} Updates the accessibility settings for the given service ('ICMP', 'web', or 'SNMP')
Parameters
Copy Add updateNetworkFirewalledService
updateNetworkFirewalledService change into required
PUT
/networks/{networkId}/ssids/{number} Update the attributes of an SSID
Parameters
Copy Add updateNetworkSsid
POST
/organizations/{organizationId}/actionBatches Create an action batch
Parameters
Copy Add createOrganizationActionBatch
PUT
/organizations/{organizationId}/actionBatches/{actionBatchId} Update an action batch
Parameters
Copy Add updateOrganizationActionBatch
POST
/organizations/{organizationId}/claim Claim a list of devices, licenses, and/or orders into an organization. When claiming by order, all devices and licenses in the order will be claimed; licenses will be added to the organization and devices will be placed in the organization's inventory.
Parameters
Copy Add claimOrganization