<?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: Potential issue with /applications/{id}/clients/top{n} endpoint in ExtremeCloud IQ Developer Community</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-developer/potential-issue-with-applications-id-clients-top-n-endpoint/m-p/63828#M10</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d94ec4b2-556e-422c-9e0e-8135e495203f" data-tag-text="@Joshua Olive" href="https://community.extremenetworks.com/network/members/profile?UserKey=d94ec4b2-556e-422c-9e0e-8135e495203f" data-itemmentionkey="e76aa7bf-4afb-42a3-8041-2e698bd1eba5"&gt;@Joshua Olive&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for bringing this to our attention. I have reached out to Engineering to investigate this issue. I will try to keep you posted here but would likley be better to get a case opened with GTAC to track it.&lt;BR /&gt;&lt;BR /&gt;-Nick&lt;BR /&gt;​</description>
    <pubDate>Wed, 11 May 2022 01:24:00 GMT</pubDate>
    <dc:creator>Nick_Moore</dc:creator>
    <dc:date>2022-05-11T01:24:00Z</dc:date>
    <item>
      <title>Potential issue with /applications/{id}/clients/top{n} endpoint</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-developer/potential-issue-with-applications-id-clients-top-n-endpoint/m-p/63827#M9</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to retrieve a list of all devices that have used a set of predefined applications within the past 24 hours.&lt;BR /&gt;No matter what {id} is provided, I get the exact same list of devices.&lt;BR /&gt;&lt;BR /&gt;Query with a bogus application ID:&lt;BR /&gt;
&lt;PRE class="microlight"&gt;https://api.extremecloudiq.com/applications/123456789/clients/top1?startTime=1651774982092&amp;amp;endTime=1651874982092&lt;/PRE&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;[
  {
    "application_id": 123456789,
    "client_id": [redacted],
    "client_mac_address": "E4B318[redacted]",
    "client_host_name": "[redacted]",
    "usage": 38804072
  }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;The same query but with another bogus application ID:&lt;/P&gt;
&lt;PRE class="microlight"&gt;https://api.extremecloudiq.com/applications/98765/clients/top1?startTime=1651774982092&amp;amp;endTime=1651874982092&lt;/PRE&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;[
  {
    "application_id": 98765,
    "client_id": [redacted],
    "client_mac_address": "E4B318[redacted]",
    "client_host_name": "[redacted]",
    "usage": 38804072
  }
]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I don't understand why it's doing this. It doesn't matter if the application ID is legitimate or not, it will still spit out the same list of devices with the same usage and everything minus the application ID field. I can replicate this issue on the Swagger UI so I do not believe this to be user error, although I would love to be proven wrong.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 11:29:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-developer/potential-issue-with-applications-id-clients-top-n-endpoint/m-p/63827#M9</guid>
      <dc:creator>JoshuaO1</dc:creator>
      <dc:date>2022-05-07T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Potential issue with /applications/{id}/clients/top{n} endpoint</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-developer/potential-issue-with-applications-id-clients-top-n-endpoint/m-p/63828#M10</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="d94ec4b2-556e-422c-9e0e-8135e495203f" data-tag-text="@Joshua Olive" href="https://community.extremenetworks.com/network/members/profile?UserKey=d94ec4b2-556e-422c-9e0e-8135e495203f" data-itemmentionkey="e76aa7bf-4afb-42a3-8041-2e698bd1eba5"&gt;@Joshua Olive&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for bringing this to our attention. I have reached out to Engineering to investigate this issue. I will try to keep you posted here but would likley be better to get a case opened with GTAC to track it.&lt;BR /&gt;&lt;BR /&gt;-Nick&lt;BR /&gt;​</description>
      <pubDate>Wed, 11 May 2022 01:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-developer/potential-issue-with-applications-id-clients-top-n-endpoint/m-p/63828#M10</guid>
      <dc:creator>Nick_Moore</dc:creator>
      <dc:date>2022-05-11T01:24:00Z</dc:date>
    </item>
  </channel>
</rss>

