10-28-2024 08:37 AM
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.
11-01-2024 04:42 PM
Thank you. I made this:
Merakicode/RogueAirMarshallAllIn1CSV at main · jadexing/Merakicode
Pretty happy with this.
10-28-2024 09:25 AM
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.
10-28-2024 09:36 AM
Thank you! Will dig on this.
10-29-2024 10:58 AM
This API pulls great info. Thank you. Any suggestions on how to get only the Rogue SSIDs?
10-29-2024 11:16 AM
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
10-31-2024 11:31 AM
Perfect- thank you!
11-01-2024 04:42 PM
Thank you. I made this:
Merakicode/RogueAirMarshallAllIn1CSV at main · jadexing/Merakicode
Pretty happy with this.
12-05-2024 03:03 PM
Thank you so much for sharing, @Jamiegprice15! 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 :-)).
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