API for controlling AP to reboot remotely

Solved
Namgyu
Getting noticed

API for controlling AP to reboot remotely

Dear everyone,
 
Aren't there any Meraki APIs to control APs in a network in order to reboot them remotely?
I have checked some Meraki API dashboards but I did not find ones about MR.
1 Accepted Solution

Hi @Namgyu ,

 

If you look under the api list and under devices, there is the following which should allow you to reboot AP's

Reboot a device

HTTP Request

POST/networks/{networkId}/devices/{serial}/reboot

Parameters

None

Sample Request

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'

Sample Response

Successful HTTP Status: 200

{
  "success": true
}

 

 

View solution in original post

4 Replies 4
Namgyu
Getting noticed

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?

Hi @Namgyu ,

 

If you look under the api list and under devices, there is the following which should allow you to reboot AP's

Reboot a device

HTTP Request

POST/networks/{networkId}/devices/{serial}/reboot

Parameters

None

Sample Request

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'

Sample Response

Successful HTTP Status: 200

{
  "success": true
}

 

 

And in dashboard you can find it in the Tools tab on the status pages of the different product group status pages:

Screenshot_20190925-083305.png

 

Thank you @MarkD_BT and @BrechtSchamp all!

 

Special thanks to @MarkD_BT, I also find it at 'device' category.

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.