<?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 2.x - How to get Endpoint custom attributes in a single query in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3884427#M471781</link>
    <description>Sorry for the confusion, I said that I haven't checked on ISE 2.6 yet but bulk isn't available for get purpose.</description>
    <pubDate>Thu, 04 Jul 2019 01:36:50 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2019-07-04T01:36:50Z</dc:date>
    <item>
      <title>ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883536#M471775</link>
      <description>&lt;P&gt;It's possible to query and get a list of endpoints in a given Identity Group:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -k --header 'Accept: application/json' --user xxx:yyy https://omf-01-ise01:9060/ers/config/endpoint?filter=groupId.EQ.12abb870-295a-11e9-aed1-76f66f54fcc8&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However `customAttributes` &lt;U&gt;are NOT included in this query&lt;/U&gt;.&amp;nbsp; They &lt;STRONG&gt;are&lt;/STRONG&gt; included in this query if I know the unique id of a given endpoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -k --header&amp;nbsp; 'Accept: application/json' --user xxx:yyy https://omf-01-ise01:9060/ers/config/endpoint/0434dee0-9d02-11e9-aed1-76f66f54fcc8&lt;/PRE&gt;&lt;P class="p1"&gt;&lt;BR /&gt;So I can get the list of endpoint id's and then from there individually query for `customAttributes`, but this would be unacceptably slow in real-time.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Is there any way to get the `customAttributes` data included in the search return all in one shot?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 21:03:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883536#M471775</guid>
      <dc:creator>SamuelFullman6827</dc:creator>
      <dc:date>2019-07-02T21:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883653#M471776</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Not verified on ISE 2.6 but on ISE 2.4 and below, there's no bulk get feature.&lt;BR /&gt;Only solution is to go 1 by 1.</description>
      <pubDate>Wed, 03 Jul 2019 02:53:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883653#M471776</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-07-03T02:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883755#M471777</link>
      <description>&lt;P&gt;You can also...&lt;/P&gt;&lt;P&gt;1) "Get All Endpoints" from ISE PAN node under 'application configure ise' menu, or&lt;/P&gt;&lt;P&gt;2) Use Cisco Endpoint Analysis Tool (EAT) to fetch programmatically in an efficient and relatively fast way.&lt;/P&gt;&lt;P&gt;3) Export endpoint data from Context Visibility.&lt;/P&gt;&lt;P&gt;However, both require some admin intervention to perform fetch.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 08:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883755#M471777</guid>
      <dc:creator>chyps</dc:creator>
      <dc:date>2019-07-03T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883790#M471778</link>
      <description>Morning Francesco, thanks! Can you also specify what parameters would be required on version 2.6+ to get `customAttributes` in bulk?</description>
      <pubDate>Wed, 03 Jul 2019 09:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883790#M471778</guid>
      <dc:creator>SamuelFullman6827</dc:creator>
      <dc:date>2019-07-03T09:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883812#M471779</link>
      <description>Do any of those three methods have an ERS API method, i.e. a URI? I see how to do a search and filter for endpoints in Context Visibility, and see the option to export selected, but don't see any equivalent in API-land.</description>
      <pubDate>Wed, 03 Jul 2019 09:48:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3883812#M471779</guid>
      <dc:creator>SamuelFullman6827</dc:creator>
      <dc:date>2019-07-03T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3884230#M471780</link>
      <description>&lt;P&gt;There is no API support for the other means suggested by &lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/807750" target="_blank"&gt;chyps&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;No, ISE 2.6 has no bulk support for GET requests, either. Actually, I do not think the regular GET would ever get bulk support as it does not make much sense. Instead, it might be better to filter the endpoint listing (Get ALL) based on an attribute, which could be a custom attribute.&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.cisco.com/t5/security-documents/how-to-submit-an-ise-feature-or-enhancement-request/ta-p/3772439" target="_blank"&gt;How to Submit an ISE Feature or Enhancement Request&lt;/A&gt;, in case you considering to connect with our PM teams.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 18:17:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3884230#M471780</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2019-07-03T18:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.x - How to get Endpoint custom attributes in a single query</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3884427#M471781</link>
      <description>Sorry for the confusion, I said that I haven't checked on ISE 2.6 yet but bulk isn't available for get purpose.</description>
      <pubDate>Thu, 04 Jul 2019 01:36:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-x-how-to-get-endpoint-custom-attributes-in-a-single-query/m-p/3884427#M471781</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2019-07-04T01:36:50Z</dc:date>
    </item>
  </channel>
</rss>

