- 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 v1.30.0 to v1.31.0
Summary of Changes
2 - New
13 - Updated
615 - Total operations
387 - Total Paths
What's Updated
[ organizations ]
inventory
Return the device inventory for an organization
GET /organizations/{organizationId}/inventory/devices
- Optional param
orderNumbers
added
earlyAccess
List the available early access features for organization
GET /organizations/{organizationId}/earlyAccess/features
- Response property
documentationLink
value added
[ appliance ]
trafficShaping
Returns the uplink bandwidth settings for your MX network.
GET /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth
- Response property
properties
value added
- Response property
capabilities
value added
[ sm ]
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
[ switch ]
accessControlLists
Return the access control lists for a MS network
GET /networks/{networkId}/switch/accessControlLists
- Response property
properties
value added
stacks
Show a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}
- Response property
properties
value added
[ wireless ]
ssids
Return the EAP overridden parameters for an SSID
GET /networks/{networkId}/wireless/ssids/{number}/eapOverride
- Response property
properties
value added
- Response property
timeout
value added
- Response property
maxRetries
value added
- Response property
identity
value added
- Response property
eapolKey
value added
What's New
[ organizations ]
inventory
PATH /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents
- Path added
- New operation
Imports event logs related to the onboarding app into elastisearch
POST
/organizations/{organizationId}/inventory/onboarding/cloudMonitoring/exportEvents
Code SnippetCopy{}
PATH /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks
- Path added
- New operation
Returns list of networks eligible for adding cloud monitored device
GET
/organizations/{organizationId}/inventory/onboarding/cloudMonitoring/networks
Code SnippetCopy[ { "id": "N_24329156", "organizationId": "2930418", "name": "Main Office", "productTypes": [ "appliance", "switch", "wireless" ], "timeZone": "America/Los_Angeles", "tags": [ "tag1", "tag2" ], "enrollmentString": "my-enrollment-string", "url": "https://n1.meraki.com//n//manage/nodes/list", "notes": "Additional description of the network", "isBoundToConfigTemplate": false } ]
inventory
PATH /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare
- Path added
- New operation
Initiates or updates an import session. An import ID will be generated and used when you are ready to commit the import.
POST
/organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare
Code SnippetCopy[ { "message": "Existing import found", "udi": "PID:C9200L-24P-4G SN:JAE25220R2K", "deviceId": "161b2602-a713-4aac-b1eb-d9b55205353d", "status": "SUCCESS", "configParams": { "tunnel": { "mode": "443", "port": "443", "host": "secgw-int3.ciscocloudoffer.com", "name": "MERAKI-PRIMARY", "rootCertificate": { "content": "", "name": "MERAKI_TLSGW_CA" } }, "cloudStaticIp": "1.2.3.4", "user": { "publicKey": "", "username": "MERAKI_USER", "secret": { "hash": "" } } } } ]