Feb 26 2024
5:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 26 2024
5:18 AM
Wake On Lan Api
Can you use the Wake On Lan API without using a webhook callback?
4 Replies 4
Feb 26 2024
12:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 26 2024
12:26 PM
In the docs, there is only an * next to vlanId and mac, so I think it might be optional.
https://developer.cisco.com/meraki/api-v1/create-device-live-tools-wake-on-lan/
Feb 27 2024
12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 27 2024
12:15 AM
Trying in Postman with the following JSON
{
"vlanId": "20",
"mac": "00:00:00:39:26:a9"
}
Comes up with:
"JSONError: No data, empty input at 1:1 ^"
"JSONError: No data, empty input at 1:1 ^"
If I try with this JSON
{
"vlanId": "20",
"mac": "00:00:00:39:26:a9",
"callback": {
"url": "",
"sharedSecret": "",
"httpServer": {
"id": ""
},
"payloadTemplate": {
"id": ""
}
}
}
I get the error
"'url' must be a valid URL"
Not sure what needs to be in the JSON for it to work without a webhook server
Feb 27 2024
3:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 27 2024
3:00 AM
Figured it out. Was using a read only API key. Needed to use a Full Access API Key.
Is there a reason why it needs a Full Access API key. Read only users can already send wake on lan commands on the dashboard
Feb 27 2024
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 27 2024
11:47 AM
We are waiting when it will be possible to send WoL via API from MX/Z devices (not only from switches)...

Get notified when there are additional replies to this discussion.