<?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: ers api filter on custom attributes? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450433#M520394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for the fast answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Well then that ideas flies out the window &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;So next up renew our ldap installation or start over with postgresql.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2017 14:07:27 GMT</pubDate>
    <dc:creator>Andreas Falk</dc:creator>
    <dc:date>2017-10-27T14:07:27Z</dc:date>
    <item>
      <title>ers api filter on custom attributes?</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450431#M520392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We are working on a webui to manage our mab endpoints.&lt;BR /&gt;We use:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="_jivemacro_uid_1509050362435576 jive_text_macro jive_macro_code" jivemacro_uid="_1509050362435576" modifiedtitle="true"&gt;
&lt;P&gt;"customAttributes": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "customAttributes": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hostName": "uffepuffe",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "modifyTime": "1508960991",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "adminUser": "admin",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "createTime": "1508960991",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ipAddress": "1.2.3.4"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried to use ipAddress as a filter in the ers, but no cigarr.&lt;BR /&gt;Isn't it possible to search for customAttributes in the ers api?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone confirm or deny the this? &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards Falk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 20:52:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450431#M520392</guid>
      <dc:creator>Andreas Falk</dc:creator>
      <dc:date>2017-10-26T20:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: ers api filter on custom attributes?</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450432#M520393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is correct that you cannot filter based on custom attributes. Supported filters include portalUser, staticProfileAssignment, profileId, profile, groupId, staticGroupAssignment, and mac which are part of the core set of attributes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 03:05:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450432#M520393</guid>
      <dc:creator>Craig Hyps</dc:creator>
      <dc:date>2017-10-27T03:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: ers api filter on custom attributes?</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450433#M520394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for the fast answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Well then that ideas flies out the window &lt;IMG src="https://community.cisco.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;So next up renew our ldap installation or start over with postgresql.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:07:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450433#M520394</guid>
      <dc:creator>Andreas Falk</dc:creator>
      <dc:date>2017-10-27T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: ers api filter on custom attributes?</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450434#M520395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could fetch all endpoints and attributes but agree this is not a scalable way to manage objects for your use case, ie fetch via&amp;nbsp; specific attribute using API.&amp;nbsp; You could certainly view and filter and sort from Context Visibility but there is no option via UI to make attribute changes en masse, if that was the goal. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:18:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-api-filter-on-custom-attributes/m-p/3450434#M520395</guid>
      <dc:creator>Craig Hyps</dc:creator>
      <dc:date>2017-10-27T14:18:52Z</dc:date>
    </item>
  </channel>
</rss>

