09-25-2019 12:55 AM
Solved! Go to Solution.
09-25-2019 02:14 AM
Hi @NamgyuKim ,
If you look under the api list and under devices, there is the following which should allow you to reboot AP's
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X POST 'https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/reboot'Successful HTTP Status: 200
{
"success": true
}09-25-2019 01:12 AM
I did not find concerned API yet but detect how to reboot AP remotely with Meraki dashboard!
Is there anybody who knows the answer about the original question?
09-25-2019 02:14 AM
Hi @NamgyuKim ,
If you look under the api list and under devices, there is the following which should allow you to reboot AP's
curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X POST 'https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/reboot'Successful HTTP Status: 200
{
"success": true
}09-25-2019 06:34 AM
And in dashboard you can find it in the Tools tab on the status pages of the different product group status pages:
09-25-2019 04:23 PM
Thank you @markdavis_subs and @BrechtSchamp all!
Special thanks to @markdavis_subs, I also find it at 'device' category.
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