I found an example where people get Sentinal to call a REST API to get more info. https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/sending-rest-api-data-to-azure-sentinel/ba-p/558896 You would need to do something similar and call the Meraki API for any extra info that you wanted. https://developer.cisco.com/meraki/api-v1/ Specifically, you probably want to use this API: https://developer.cisco.com/meraki/api-v1/get-organization-devices-uplinks-loss-and-latency/
... View more