<?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 Cisco ISE Endpoint API Bug? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4128691#M562037</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe we're observing a bug behavior with one of our applications that uses Cisco ISE REST API.&lt;/P&gt;&lt;P&gt;Can anyone from Cisco confirm the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We try to query API to get a list of Endpoints using the following filter:&lt;/P&gt;&lt;P&gt;filter=groupId.EQ.&amp;lt;id&amp;gt;&amp;amp;filter=portalUser.EQ.&amp;lt;firstname.lastname@domain.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we do search using this filter we get 0 results back, but if we change portalUser.EQ to portalUser.CONTAINS we get a list of all relevant endpoints. We compared portalUser as it's stored in Cisco ISE DB, as well as the one we pass to the API and they are indeed identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do we have to use CONTAINS instead of EQ? In fact, EQ works fine in our dev environment, but username format there is different: username@domain.com... it is shorter and there's no dot between firstname and lastname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone observed this before? It is ISE v2.6 btw&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2020 15:11:16 GMT</pubDate>
    <dc:creator>Tymofii Dmytrenko</dc:creator>
    <dc:date>2020-07-31T15:11:16Z</dc:date>
    <item>
      <title>Cisco ISE Endpoint API Bug?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4128691#M562037</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe we're observing a bug behavior with one of our applications that uses Cisco ISE REST API.&lt;/P&gt;&lt;P&gt;Can anyone from Cisco confirm the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We try to query API to get a list of Endpoints using the following filter:&lt;/P&gt;&lt;P&gt;filter=groupId.EQ.&amp;lt;id&amp;gt;&amp;amp;filter=portalUser.EQ.&amp;lt;firstname.lastname@domain.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we do search using this filter we get 0 results back, but if we change portalUser.EQ to portalUser.CONTAINS we get a list of all relevant endpoints. We compared portalUser as it's stored in Cisco ISE DB, as well as the one we pass to the API and they are indeed identical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do we have to use CONTAINS instead of EQ? In fact, EQ works fine in our dev environment, but username format there is different: username@domain.com... it is shorter and there's no dot between firstname and lastname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone observed this before? It is ISE v2.6 btw&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 15:11:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4128691#M562037</guid>
      <dc:creator>Tymofii Dmytrenko</dc:creator>
      <dc:date>2020-07-31T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Endpoint API Bug?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4131040#M562131</link>
      <description>&lt;P&gt;This looks like a defect in ISE 2.6 as I could duplicate the issue in my lab on ISE 2.6p6. However, with ISE 2.7, both EQ and CONTAINS are throwing the correct output so looks like it has been fixed in ISE 2.7. Let me check if we already have a defect filed on this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With EQ&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="hljs json"&gt;{
  &lt;SPAN class="hljs-attr"&gt;"SearchResult"&lt;/SPAN&gt;: {
    &lt;SPAN class="hljs-attr"&gt;"total"&lt;/SPAN&gt;: &lt;SPAN class="hljs-number"&gt;0&lt;/SPAN&gt;,
    &lt;SPAN class="hljs-attr"&gt;"resources"&lt;/SPAN&gt;: []
  }
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;With CONTAINS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="hljs json"&gt;{
  &lt;SPAN class="hljs-attr"&gt;"SearchResult"&lt;/SPAN&gt;: {
    &lt;SPAN class="hljs-attr"&gt;"total"&lt;/SPAN&gt;: &lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;,
    &lt;SPAN class="hljs-attr"&gt;"resources"&lt;/SPAN&gt;: [
      {
        &lt;SPAN class="hljs-attr"&gt;"id"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"970c1f20-866e-11ea-8a45-6ede8ecf6cc1"&lt;/SPAN&gt;,
        &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"00:01:02:03:04:05"&lt;/SPAN&gt;,
        &lt;SPAN class="hljs-attr"&gt;"link"&lt;/SPAN&gt;: {
          &lt;SPAN class="hljs-attr"&gt;"rel"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"self"&lt;/SPAN&gt;,
          &lt;SPAN class="hljs-attr"&gt;"href"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"https://ise_ip_address:9060/ers/config/endpoint/970c1f20-866e-11ea-8a45-6ede8ecf6cc1"&lt;/SPAN&gt;,
          &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"application/json"&lt;/SPAN&gt;
        }
      }
    ]
  }
}&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Aug 2020 20:44:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4131040#M562131</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2020-08-05T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Endpoint API Bug?</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4131257#M562141</link>
      <description>&lt;P&gt;Cool. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least I know I was doing it right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not sure when we're going to upgrade though, would be nice if it's filed and maybe fixed in the next patch?&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:30:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-endpoint-api-bug/m-p/4131257#M562141</guid>
      <dc:creator>Tymofii Dmytrenko</dc:creator>
      <dc:date>2020-08-06T07:30:23Z</dc:date>
    </item>
  </channel>
</rss>

