04-20-2020 11:07 PM
Quick thought:
It would be a "nice to have" the Network ID shown on the Network Wide page (or somewhere else relevant), in order to do a quick endpoint test or create a script quickly, instead of having to go through atleast two API calls, and testing just the find the specific Network ID to use. Especially, if you have many networks in an Organization.
The same goes for Organization ID.
Already made a wish. 🙂
04-20-2020 11:22 PM
@Rasmus Hoffmann Birkelund i hope they will consider 😎 but never mind one thing i know is meraki is one technology that is ever evolving
04-20-2020 11:33 PM
That sounds like a great idea to me.
04-21-2020 12:30 AM
Would be nice if meraki can implement such a useful extension.
04-21-2020 09:38 AM
sorry for this - maybe stupid - comment (i have not used the API yet): is the network id not shown in the URL, when accessing the dashboard? or is that cryptic 8-char capital and lower letter string sthg else?
04-21-2020 10:18 AM
02-03-2023 01:10 AM
Would be nice to see the network_id in the Dashboard.
Meanwhile, you can see it in the source code of the page.
Search for
Mkiconf.locale_id = "123";
Mkiconf.ng_id = "123";Some Networks have both, some only one of them.
If you have locale_id then your network id is "L_123", and if you have ng_id, your network id is "N_123".
If you have both, you can use both.
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