cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1856
Views
6
Helpful
2
Replies

getOrganizationApplianceSecurityEvents - missing network name

user092034932
Community Member

I notice the network name is present in the UI on the Organization Security Center - MX Events.

Unfortunately this information is not in the API response for the getOrganizationApplianceSecurityEvents.

Is there another was to programmatically obtain this information?

If not, this would be an important element to get added.

2 Replies 2

mloraditch
Meraki Community All-Star
Meraki Community All-Star

In theory you could cross reference with this API https://developer.cisco.com/meraki/api-v1/get-organization-clients-search/

If you found this post helpful, please give it a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

sungod
Level 11
Level 11

I use https://developer.cisco.com/meraki/api-v1/get-network-appliance-security-events/ and iterate through the networks.

It's less efficient than the org-wide endpoint, but this way I know which network an event relates to.

It really would have been better if the org-wide call included the network details.