Not quite sure how to do this, I would like to specifiy "vrrp" and "dhcp" as the included event types. I would have thought that this is correct, but it returns nothing, as if it's interpreting it as the string literal 'vrrp,dhcp':
{{API}}/networks/{{netID}}/events?includedEventTypes[]=vrrp,dhcp&productType=appliance
If I try the following instead, it applies the last filter only (dhcp):
{{API}}/networks/{{netID}}/events?includedEventTypes[]=vrrp&productType=appliance&includedEventTypes[]=dhcp
I also tried moving the productType to the end, and including it after each event type, just in case it mattered.
I have verified that both vrrp and dhcp return events when specified alone.