Hi Community,
it looks like I´m missing something or there´s a lack in the API I don´t understand.
My use case:
I want to gather the (exact) product id´s of my Meraki dashboard inventory. If I check the Meraki Dashboard (via Browser) I can see all devices with their corresponding prod-id´s listed (Organizations / Configure / Inventory), along with some more data.
I think I found the API call that´s the API version of this:
- {{baseUrl}}/organizations/:organizationId/inventory/devices
But, as the result I do not see the "MR72-HW" as the modell, but
{
"mac": "00:18:0a:xx:yy:zz",
"serial": "aaaa-bbbb-cccc",
"name": "AP00",
"model": "MR72",
....
},
Well now we can say that I could just programatically add the "-HW" to it, done. BUT, there are also country/regional specific devices, like "Z1-HW-EU", but in API it just shows "Z1".
Is there any other API call to gather the exact Product ID from the Dashboard?
Thanks for support.
Cheers
Torsten