<?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: ISE API Custom Attributes Search in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/4007609#M456055</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/659322"&gt;@avanbeus&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello, &amp;nbsp;I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. &amp;nbsp;Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;We have that "limitation" too.&lt;BR /&gt;&lt;BR /&gt;To get around that "limitation" we have an external RESTAPI that we do all the searching and normal day usage in. (in dev) &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;And that one "syncs" with the ERS api to our ISE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now today we hit another problem with Custom Attributes, but that's another story &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Regards Falk&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 14:54:51 GMT</pubDate>
    <dc:creator>Andreas Falk</dc:creator>
    <dc:date>2020-01-07T14:54:51Z</dc:date>
    <item>
      <title>ISE API Custom Attributes Search</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951347#M456045</link>
      <description>&lt;P&gt;Hello, &amp;nbsp;I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. &amp;nbsp;Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 17:55:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951347#M456045</guid>
      <dc:creator>avanbeus</dc:creator>
      <dc:date>2019-10-31T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: ISE API Custom Attributes Search</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951807#M456047</link>
      <description>&lt;P&gt;You will have to use bulk operation to retrieve and lookup the attribute you want to match on using API.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 15:08:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951807#M456047</guid>
      <dc:creator>howon</dc:creator>
      <dc:date>2019-11-01T15:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISE API Custom Attributes Search</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951838#M456048</link>
      <description>Thank you for the response.  Are you able to get based on a custom attribute? My understanding is you can only get an endpoint by ID, Name, or All.  Custom attributes are not a listed supported filter type if I leveraged the get all API.</description>
      <pubDate>Fri, 01 Nov 2019 15:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3951838#M456048</guid>
      <dc:creator>avanbeus</dc:creator>
      <dc:date>2019-11-01T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISE API Custom Attributes Search</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3954471#M456049</link>
      <description>&lt;P&gt;You are correct. ISE has no external API to provide a list of endpoints on matching an endpoint custom attribute value.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 04:05:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/3954471#M456049</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2019-11-07T04:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISE API Custom Attributes Search</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/4007609#M456055</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/659322"&gt;@avanbeus&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello, &amp;nbsp;I am looking for any direction on being able to leverage either the ERS API or pxGrid in order to search based on custom attributes (version 2.4). For instance, if I created an attribute called "rack" that was of integer value and wanted to find all the resources located in rack 235. &amp;nbsp;Is there a way to search for 235 in the custom attribute "rack" without having to pull every resource via id and running a separate query on the results (doesn't scale)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;We have that "limitation" too.&lt;BR /&gt;&lt;BR /&gt;To get around that "limitation" we have an external RESTAPI that we do all the searching and normal day usage in. (in dev) &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;And that one "syncs" with the ERS api to our ISE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now today we hit another problem with Custom Attributes, but that's another story &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Regards Falk&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 14:54:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-api-custom-attributes-search/m-p/4007609#M456055</guid>
      <dc:creator>Andreas Falk</dc:creator>
      <dc:date>2020-01-07T14:54:51Z</dc:date>
    </item>
  </channel>
</rss>

