05-30-2019 10:05 AM
Hey Meraki gang,
I want to know if there is a way to import mac address with name by csv. I know that doing it from the dashboard is not possible and I don't really mess with the API portion but any recommendations would be cool. Thanks in advance.
kYutobi
Solved! Go to Solution.
05-30-2019 10:16 AM
Nothing in dashboard directly. API is the way to go for this.
05-30-2019 10:16 AM
Nothing in dashboard directly. API is the way to go for this.
05-30-2019 10:20 AM
@jdsilva any quick instructions on how to? Much appreciated.
05-30-2019 11:55 AM
I don't have any code handy that I can provide, but this is the API endpoint to hit:
https://api.meraki.com/api_docs#provisions-a-client-with-a-name-and-policy
If it was me doing it I'd take something like a CSV that has MAC,NAME in it and feed that into a loop that posts to that endpoint. I'm sure there's other approaches that would work too.
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