06-25-2020 07:04 AM
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=applianceIf I try the following instead, it applies the last filter only (dhcp):
{{API}}/networks/{{netID}}/events?includedEventTypes[]=vrrp&productType=appliance&includedEventTypes[]=dhcpI 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.
Solved! Go to Solution.
06-27-2020 10:55 AM
Your second request there has the correct format (the positions of the parameters do not matter), but you may need to also include perPage so you do not miss any events of a second category that are on a different page.
This works for me:
06-27-2020 10:55 AM
Your second request there has the correct format (the positions of the parameters do not matter), but you may need to also include perPage so you do not miss any events of a second category that are on a different page.
This works for me:
06-29-2020 11:53 AM
Yep, that was it, I forgot about the pagination. Thanks!
03-25-2025 01:24 AM
Thank you 🤙
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide