I'm trying to fetch security events for the appliance(MX) from the Meraki API.
However I can see below two endpoints for the same:
{baseURI}/networks/{networkId}/appliance/security/events
{baseURI}/organizations/{organizationId}/appliance/security/events
I would like to know what is the difference between these two?
What I understand is first endpoint will fetch events specific to the given network ID and other will fetch events for all network IDs which belong to the provided organization ID.
Just would like to know if this understanding is correct.
Another query: is the below endpoint with parameter appliance fetches same events as of above endpoints?
{baseURI}/networks/{networkId}/events
I would appreciate the clarification on this.
Thank you.