- 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 1.4.0 to 1.5.0
What's Updated
[ wireless ]
Update the attributes of an MR SSID
PUT /networks/{networkId}/wireless/ssids/{number}
- Property
radiusTestingEnabled
Deleted
[ appliance ]
List the uplink status of every Meraki MX and Z series appliances in the organization
GET /organizations/{organizationId}/appliance/uplink/statuses
- Optional param
networkIds
added
- Optional param
serials
added
- Optional param
iccids
added
- Response property
iccid
value added
- Response property
model
value added
[ organizations ]
PATH /organizations/{organizationId}/uplinks/statuses
- Path added
- New operation
List the uplink status of every Meraki MX, MG and Z series devices in the organization
GET
/organizations/{organizationId}/uplinks/statuses
Code SnippetCopy[ { "networkId": "N_24329156", "serial": "Q234-ABCD-5678", "model": "MX68C", "lastReportedAt": "2018-02-11T00:00:00Z", "uplinks": [ { "interface": "wan1", "status": "active", "ip": "1.2.3.4", "gateway": "1.2.3.5", "publicIp": "123.123.123.1", "primaryDns": "8.8.8.8", "secondaryDns": "8.8.4.4", "ipAssignedBy": "static" }, { "interface": "cellular", "status": "ready", "ip": "1.2.3.4", "provider": "at&t", "publicIp": "123.123.123.1", "model": "integrated", "signalStat": { "rsrp": "-120", "rsrq": "-13" }, "connectionType": "4g", "apn": "internet", "iccid": "123456789" } ] }, { "networkId": "N_24329156", "serial": "Q234-ABCD-5678", "model": "MG21", "lastReportedAt": "2018-02-11T00:00:00Z", "uplinks": [ { "interface": "cellular", "status": "ready", "ip": "1.2.3.4", "provider": "at&t", "publicIp": "123.123.123.1", "model": "integrated", "signalStat": { "rsrp": "-120", "rsrq": "-13" }, "connectionType": "4g", "apn": "internet", "iccid": "123456789" } ] } ]
Return a list of alert types to be used with managing webhook alerts
GET /organizations/{organizationId}/webhooks/alertTypes
- Response property
alertTypeId
value added
- Response property
version
value added
- Response property
sharedSecret
value added
- Response property
sentAt
value added
- Response property
alertId
value added
- Response property
alertLevel
value added
- Response property
occurredAt
value added
- Response property
alertData
value added
[ sm ]
PATH /networks/{networkId}/sm/userAccessDevices
- Path added
- New operation
List User Access Devices and its Trusted Access Connections
GET
/networks/{networkId}/sm/userAccessDevices
Code SnippetCopy[ { "id": "1284392014819", "name": "My Personal Phone", "systemType": "ios", "mac": "00:11:22:33:44:55", "username": "milesmeraki", "email": "miles@meraki.com", "tags": [ "tag1", "tag2" ], "trustedAccessConnections": [ { "trustedAccessConfigId": "1234", "downloadedAt": "2018-02-11T00:00:00Z", "scepCompletedAt": "2018-05-12T00:00:00Z", "lastConnectedAt": "2018-05-12T00:00:00Z" } ] } ]
PATH /networks/{networkId}/sm/userAccessDevices/{userAccessDeviceId}
- Path added
- New operation
Delete a User Access Device
DELETE
/networks/{networkId}/sm/userAccessDevices/{userAccessDeviceId}
[ cellularGateway ]
PATH /organizations/{organizationId}/cellularGateway/uplink/statuses
- Path added
- New operation
List the uplink status of every Meraki MG cellular gateway in the organization
GET
/organizations/{organizationId}/cellularGateway/uplink/statuses
Code SnippetCopy[ { "networkId": "N_24329156", "serial": "Q234-ABCD-5678", "model": "MG21", "lastReportedAt": "2018-02-11T00:00:00Z", "uplinks": [ { "interface": "cellular", "status": "ready", "ip": "1.2.3.4", "provider": "at&t", "publicIp": "123.123.123.1", "model": "integrated", "signalStat": { "rsrp": "-120", "rsrq": "-13" }, "connectionType": "4g", "apn": "internet", "iccid": "123456789" } ] } ]