Hello Team,
I'm working on API to fetch events from the endpoint:
{baseURI}//networks/{networkId}/events
I have multiple organization and it has multiple networks. So, my query is instead of networkID, is there any endpoint where we can query to full organization and fetch events for all networks in that organization instead of querying each network? Is it possible?
For eg:
For appliance(MX) security events, we can use organization ID instead od networkID to get security events.
/networks/{networkId}/appliance/security/events
/organizations/{organizationId}/appliance/security/events
Similarly, can we use org ID for {baseURI}//networks/{networkId}/events?
Thank you.