Products
Platform
General
Public groups
Is it possible to derive a Meraki device's type or product number given ONLY the serial number?
Solved! Go to solution.
Thanks for the info everyone...
I got a lot of information from this post: https://community.meraki.com/t5/Security-SD-WAN/Serial-Number-Lookup/m-p/46655
All this information (and more from other sources) is now captured in the following GitHub file:
https://github.com/panoramicdata/Meraki.Api/blob/main/Meraki.Api/MerakiClient_SerialNumberInfo.cs
Pull requests welcome and we will try to keep this up-to-date based on new discoveries.
View solution in original post
Hi David
Hope you are well!
Have you tested https://developer.cisco.com/docs/support-apis/#!serial-number-to-information/introduction
Cheers
Ali
There does seem to be a direct mapping from serial number to model, no formal info though, I think you'd need to maintain your own look-up table.
https://community.meraki.com/t5/Security-SD-WAN/Serial-Number-Lookup/m-p/46655#M11682
MT40 = Q3CJ
MT11 = Q3CE
MT14 = Q3CG
MV2 = Q2NV
Thanks! Added to https://github.com/panoramicdata/Meraki.Api/blob/main/Meraki.Api/MerakiClient_SerialNumberInfo.cs