- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Rogue Reporting- need an API (or suggestions)
Hi, I see these API details for Air Marshall:
https://developer.cisco.com/meraki/api-v1/search/?q=rogues
APIs available listed below.
I need a way to report on the different networks across the org, so:
1- They have a list and can begin categorizing
2- We can run regular reports to share data and tack progress.
-Any way this can be accomplished now?
APIs Here:
Create Network Wireless Air Marshal RuleAPI
Update Network Wireless Air Marshal RuleAPI
Get Organization Wireless Air Marshal RulesAPI
Update Network Wireless Air Marshal SettingsAPI
Get Organization Wireless Air Marshal Settings By NetworkAPI
Much Thanks.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I made this:
Merakicode/RogueAirMarshallAllIn1CSV at main · jadexing/Merakicode
Pretty happy with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think this might be the endpoint you need: https://developer.cisco.com/meraki/api-v1/get-network-wireless-air-marshal/ this is a per-Network call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you! Will dig on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This API pulls great info. Thank you. Any suggestions on how to get only the Rogue SSIDs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd expect some content, for a rogue in one or more of these :
"wiredMacs": [ "00:11:22:33:44:55" ],
"wiredVlans": [ 0, 108 ],
"wiredLastSeen": 1526087474
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfect- thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. I made this:
Merakicode/RogueAirMarshallAllIn1CSV at main · jadexing/Merakicode
Pretty happy with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much for sharing, @Jamieinbox! I have just adjusted the marked "solution" to be this post with the code linked (instead of the earlier "Thank you! Will dig on this." reply :-)).
New to the community? Get started here