- 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 Changed
- What's Updated
- What's New
Version 1.38.0 to 1.39.0
Summary of Changes
3 - New
72 - Updated
661 - Total operations
419 - Total Paths
What's Changed
[ organizations ]
devices
List the status of every Meraki device in the organization
GET /organizations/{organizationId}/devices/statuses
-
paths//organizations/{organizationId}/devices/statuses/get/responses/200/schema/items/properties/components/properties/powerSupplies
- Array items type turn fromstring
to$s{rhs}
What's Updated
[ organizations ]
devices
List the status of every Meraki device in the organization
GET /organizations/{organizationId}/devices/statuses
- Response property
properties
value added
configurationChanges
View the Change Log for your organization
GET /organizations/{organizationId}/configurationChanges
- Response property
properties
value added
- Response property
networkName
value added
- Response property
networkId
value added
- Response property
ssidName
value added
- Response property
ssidNumber
value added
inventory
Return the device inventory for an organization
GET /organizations/{organizationId}/inventory/devices
- Optional property
details
Added
- Response property
details
value added
Return a single device from the inventory of an organization
GET /organizations/{organizationId}/inventory/devices/{serial}
- Optional property
details
Added
- Response property
details
value added
Returns list of networks eligible for adding cloud monitored device
GET /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks
- Optional param
search
added
[ camera ]
videoLink
Returns video link to the specified camera
GET /devices/{serial}/camera/videoLink
- Response property
visionUrl
value added
[ sensor ]
relationships
List the sensor roles for a given sensor or camera device.
GET /devices/{serial}/sensor/relationships
- Response property
properties
value added
[ appliance ]
firewall
Return the inbound firewall rules for an MX network
GET /networks/{networkId}/appliance/firewall/inboundFirewallRules
- Response property
properties
value added
[ networks ]
settings
Return the settings for a network
GET /networks/{networkId}/settings
- Property
clientPrivacy
Deleted
Update the settings for a network
PUT /networks/{networkId}/settings
- Property
clientPrivacy
Deleted
[ sm ]
devices
List the devices enrolled in an SM network with various specified fields and filters
GET /networks/{networkId}/sm/devices
- Optional param
uuids
added
profiles
List all profiles in a network
GET /networks/{networkId}/sm/profiles
- Response property
items
value added
- Summary changed from
List all the profiles in the network
toList all profiles in a network
vppAccounts
List the VPP accounts in the organization
GET /organizations/{organizationId}/sm/vppAccounts
- Optional property
vppAccountId
Added
- Optional property
contentToken
Added
- Optional property
- Optional property
name
Added
- Optional property
allowedAdmins
Added
- Optional property
networkIdAdmins
Added
- Optional property
assignableNetworks
Added
- Optional property
assignableNetworkIds
Added
- Optional property
vppLocationId
Added
- Optional property
vppLocationName
Added
- Optional property
lastSyncedAt
Added
- Optional property
lastForceSyncedAt
Added
- Optional property
parsedToken
Added
- Response property
vppAccountId
value added
- Response property
contentToken
value added
- Response property
- Response property
name
value added
- Response property
allowedAdmins
value added
- Response property
networkIdAdmins
value added
- Response property
assignableNetworks
value added
- Response property
assignableNetworkIds
value added
- Response property
vppLocationId
value added
- Response property
vppLocationName
value added
- Response property
lastSyncedAt
value added
- Response property
lastForceSyncedAt
value added
- Response property
parsedToken
value added
Get a hash containing the unparsed token of the VPP account with the given ID
GET /organizations/{organizationId}/sm/vppAccounts/{vppAccountId}
- Optional property
vppAccountId
Added
- Optional property
contentToken
Added
- Optional property
- Optional property
name
Added
- Optional property
allowedAdmins
Added
- Optional property
networkIdAdmins
Added
- Optional property
assignableNetworks
Added
- Optional property
assignableNetworkIds
Added
- Optional property
vppLocationId
Added
- Optional property
vppLocationName
Added
- Optional property
lastSyncedAt
Added
- Optional property
lastForceSyncedAt
Added
- Optional property
parsedToken
Added
- Response property
vppAccountId
value added
- Response property
contentToken
value added
- Response property
- Response property
name
value added
- Response property
allowedAdmins
value added
- Response property
networkIdAdmins
value added
- Response property
assignableNetworks
value added
- Response property
assignableNetworkIds
value added
- Response property
vppLocationId
value added
- Response property
vppLocationName
value added
- Response property
lastSyncedAt
value added
- Response property
lastForceSyncedAt
value added
- Response property
parsedToken
value added
[ switch ]
stacks
List the switch stacks in a network
GET /networks/{networkId}/switch/stacks
- Response property
properties
value added
What's New
[ wireless ]
devices
PATH /organizations/{organizationId}/wireless/devices/packetLoss/byClient
- Path added
- New operation
Get average packet loss for the given timespan for all clients in the organization.
GET
/organizations/{organizationId}/wireless/devices/packetLoss/byClient
Code SnippetCopy[ { "downstream": { "total": 1000, "lost": 10, "lossPercentage": 1 }, "upstream": { "total": 1200, "lost": 15, "lossPercentage": 1.3 }, "client": { "id": "k74272e", "mac": "22:33:44:55:66:77" }, "network": { "id": "N_24329156", "name": "Main Office" } } ]
PATH /organizations/{organizationId}/wireless/devices/packetLoss/byDevice
- Path added
- New operation
Get average packet loss for the given timespan for all devices in the organization. Does not include device's own traffic.
GET
/organizations/{organizationId}/wireless/devices/packetLoss/byDevice
Code SnippetCopy[ { "downstream": { "total": 1000, "lost": 10, "lossPercentage": 1 }, "upstream": { "total": 1200, "lost": 15, "lossPercentage": 1.3 }, "network": { "id": "N_24329156", "name": "Main Office" }, "device": { "name": "My AP", "serial": "Q234-ABCD-5678", "mac": "00:11:22:33:44:55" } } ]
PATH /organizations/{organizationId}/wireless/devices/packetLoss/byNetwork
- Path added
- New operation
Get average packet loss for the given timespan for all networks in the organization.
GET
/organizations/{organizationId}/wireless/devices/packetLoss/byNetwork
Code SnippetCopy[ { "downstream": { "total": 1000, "lost": 10, "lossPercentage": 1 }, "upstream": { "total": 1200, "lost": 15, "lossPercentage": 1.3 }, "network": { "id": "N_24329156", "name": "Main Office" } } ]