<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to pass array for includedEventTypes in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439267#M6182</link>
    <description>&lt;P&gt;Yep, that was it, I forgot about the pagination. Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 18:53:13 GMT</pubDate>
    <dc:creator>mjbuemi91</dc:creator>
    <dc:date>2020-06-29T18:53:13Z</dc:date>
    <item>
      <title>How to pass array for includedEventTypes</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439265#M6180</link>
      <description>&lt;P&gt;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':&lt;/P&gt;&lt;PRE class="lia-code-sample language-javascript"&gt;&lt;CODE&gt;{{API}}/networks/{{netID}}/events?includedEventTypes[]=vrrp,dhcp&amp;amp;productType=appliance&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;If I try the following instead, it applies the last filter only (dhcp):&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample language-javascript"&gt;&lt;CODE&gt;{{API}}/networks/{{netID}}/events?includedEventTypes[]=vrrp&amp;amp;productType=appliance&amp;amp;includedEventTypes[]=dhcp&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;I also tried moving the productType to the end, and including it after each event type, just in case it mattered. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have verified that both vrrp and dhcp return events when specified alone.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 14:04:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439265#M6180</guid>
      <dc:creator>mjbuemi91</dc:creator>
      <dc:date>2020-06-25T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass array for includedEventTypes</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439266#M6181</link>
      <description>&lt;P&gt;Your second request there has the correct format (the positions of the parameters do not matter), but you may need to also include &lt;STRONG&gt;perPage&lt;/STRONG&gt; so you do not miss any events of a second category that are on a different page.&lt;/P&gt;&lt;P&gt;This works for me:&lt;/P&gt;&lt;P&gt;&lt;A href="https://n7.meraki.com/api/v1/networks/L_566890603095268587/events?includedEventTypes[]=vrrp&amp;amp;productType=appliance&amp;amp;includedEventTypes[]=dhcp&amp;amp;perPage=1000" target="_blank" rel="nofollow noopener noreferrer"&gt;https://n7.meraki.com/api/v1/networks/L_566890603095268587/events?includedEventTypes[]=vrrp&amp;amp;productType=appliance&amp;amp;includedEventTypes[]=dhcp&amp;amp;perPage=1000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-06-27 at 10.55.19.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262343iDD5E0CAA7EC039D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 17:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439266#M6181</guid>
      <dc:creator>Shiyue Cheng</dc:creator>
      <dc:date>2020-06-27T17:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass array for includedEventTypes</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439267#M6182</link>
      <description>&lt;P&gt;Yep, that was it, I forgot about the pagination. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:53:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439267#M6182</guid>
      <dc:creator>mjbuemi91</dc:creator>
      <dc:date>2020-06-29T18:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass array for includedEventTypes</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439268#M6183</link>
      <description>&lt;P&gt;Thank you &lt;SPAN class="lia-unicode-emoji" title=":call_me_hand:"&gt;&lt;span class="lia-unicode-emoji" title=":call_me_hand:"&gt;🤙&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 08:24:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-pass-array-for-includedeventtypes/m-p/5439268#M6183</guid>
      <dc:creator>frankvdveen</dc:creator>
      <dc:date>2025-03-25T08:24:46Z</dc:date>
    </item>
  </channel>
</rss>

