08-01-2025 09:21 AM
I am trying to obtain the memory utilisation for a MX450 using the organizations/{organizationId}/devices/system/memory/usage/history/byInterval with a Query parameter of the device serial number. Doing this in postman doesn't appear to work. According to documentation the parameter is "serials" but Postman won't accept this.
If I put the Key = serial and VALUE = <serial number> then the request works but it ignores the query entirely
08-01-2025 09:40 AM
Try this.
Headers:
X-Cisco-Meraki-API-Key: <your API key>
Content-Type: application/json
08-01-2025 10:10 AM
/organizations/{organizationId}/devices/system/memory/usage/history/byInterval?serials[]=XXXX-XXXX-XXXX
Would be the correct format
08-02-2025 06:15 AM
Hi thanks for the response. That is the API call I am using but when I use in Postman as you can seen in the screenshot Postman throws an error. I will try it in Python.
08-04-2025 06:03 AM
Guessing you replaced the {organizationId} already in the URL?
08-07-2025 11:43 PM
It would appear to be a postman issue. Works fine in Python. Many thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide