cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4432
Views
4
Helpful
6
Replies

Test devices

Adrian41
Level 6
Level 6

Hello,

For purposes of developing API scripts and individuals learning to use the API, it would be a great piece of mind if we could do these things in an environment with no possibility of an accident effecting a live system.

Ideally, a separate test organisation would be best however it seems a network doesn't "unlock" certain device related settings until you add a device to the network.

For example you cant edit wifi settings until you add at least one MR unit.

Is there a way to allow all settings to be available without any equipment?

thanks,

1 Accepted Solution

Accepted Solutions

You could create a new user and give them admin access to only specific network(s), then use that user's API key.

View solution in original post

6 Replies 6

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Why don't you configure a test network and add a device to it to do the tests?

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

because if the api script is written wrong, it could mix up network id's and apply changes to a completely different network.

You could create a new user and give them admin access to only specific network(s), then use that user's API key.

ah good idea, I think this is what Ill have to do cheers 🙂

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

You can use a sandbox:
https://developer.cisco.com/meraki/meraki-platform/

You can also probably get access to a test sandbox in dcloud.
https://dcloud.cisco.com/

oh these are cool, didnt know this existed. Unfortunately I couldn't find anything related to meraki api but still good for other stuff.