<?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 ISE 2.3 - getting endpoints data in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3204824#M551653</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am currently looking for way of getting endpoints data from whatever source (ERS API, Monitoring API, exporting data to CSV from the UI) - I would like to know endpoints mac, ip, username, aunthentication time (I believe this is the 'Source/Received Timestamp' visible in endpoints details -&amp;gt; Authentication -&amp;gt; Details) and failure reason (if it is there).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And so I have some questions:&lt;/P&gt;
&lt;P&gt;1. What exactly is the `UpdateTime` field presented in exported data of a given endpoint? Is this the timestamp of last update? If so, how it can be that this timestamp corresponds to datetime that is before the `Source Timestamp` date presented in endpoint details -&amp;gt; Authentication -&amp;gt; Details view?&lt;/P&gt;
&lt;P&gt;2. Is there any API to get all endpoints data with details? I know there is ERS API but it seems it doesn't provide as much details as UI or exported data.&lt;/P&gt;
&lt;P&gt;3. Is there any documentation about fields presented in the exported endpoints data?&lt;/P&gt;
&lt;P&gt;4. Is there any detailed documentation on how and when particular endpoints gets updated?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:36:56 GMT</pubDate>
    <dc:creator>Wapedowen</dc:creator>
    <dc:date>2020-02-21T18:36:56Z</dc:date>
    <item>
      <title>ISE 2.3 - getting endpoints data</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3204824#M551653</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am currently looking for way of getting endpoints data from whatever source (ERS API, Monitoring API, exporting data to CSV from the UI) - I would like to know endpoints mac, ip, username, aunthentication time (I believe this is the 'Source/Received Timestamp' visible in endpoints details -&amp;gt; Authentication -&amp;gt; Details) and failure reason (if it is there).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And so I have some questions:&lt;/P&gt;
&lt;P&gt;1. What exactly is the `UpdateTime` field presented in exported data of a given endpoint? Is this the timestamp of last update? If so, how it can be that this timestamp corresponds to datetime that is before the `Source Timestamp` date presented in endpoint details -&amp;gt; Authentication -&amp;gt; Details view?&lt;/P&gt;
&lt;P&gt;2. Is there any API to get all endpoints data with details? I know there is ERS API but it seems it doesn't provide as much details as UI or exported data.&lt;/P&gt;
&lt;P&gt;3. Is there any documentation about fields presented in the exported endpoints data?&lt;/P&gt;
&lt;P&gt;4. Is there any detailed documentation on how and when particular endpoints gets updated?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3204824#M551653</guid>
      <dc:creator>Wapedowen</dc:creator>
      <dc:date>2020-02-21T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.3 - getting endpoints data</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3205357#M551667</link>
      <description>&lt;P&gt;from the PAN CLI you can export all this stuff into a .csv&lt;/P&gt;
&lt;P&gt;application configure ise&lt;/P&gt;
&lt;P&gt;then choose&lt;/P&gt;
&lt;P&gt;[16]Get all Endpoints&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you exit the menu, you will see a file like this in your disk:/&lt;/P&gt;
&lt;P&gt;FullReport_26-Oct-2017.csv&lt;/P&gt;
&lt;P&gt;You then copy the file to your repo.&lt;/P&gt;
&lt;P&gt;Alternatively, in the GUI you can export all the Endpoints from the Context Visibility &amp;gt; Endpoints&amp;nbsp; menu (Export &amp;gt; Export All).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an API to do this as well but I have never used it.&amp;nbsp; Cisco have created an app that has access to this API (ISE Endpoint Analysis Tool) for Cisco internal and Partners. &lt;A href="https://iseeat.cisco.com/" target="_blank"&gt;https://iseeat.cisco.com/&lt;/A&gt; - you need to register to get a copy. But in my experience the other methods give you the same data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 00:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3205357#M551667</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2017-10-26T00:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.3 - getting endpoints data</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3206431#M551684</link>
      <description>&lt;P&gt;This still doesn't answer my questions but thanks for the idea of getting endpoints csv through PAN CLI. It seems it has much more columns then the csv from GUI.&lt;BR /&gt;&lt;BR /&gt;By the way is it possible to download file directly from ssh (PAN CLI) to my machine without hosting a ftp/sftp/nfs/something else? scp seems to be not working...&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3206431#M551684</guid>
      <dc:creator>Wapedowen</dc:creator>
      <dc:date>2017-10-27T14:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 2.3 - getting endpoints data</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3207204#M551691</link>
      <description>&lt;P&gt;I have not found a way of getting a file off a node other than with the copy command.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the quick and dirty approach, install an FTP server like CoreFTP&amp;nbsp;Mini Server (free) and then create a repo on the ISE node.&amp;nbsp; With FTP you don't need to create any crypto host keys etc - that's usually where the wheels come off if not done right.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 03:31:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-2-3-getting-endpoints-data/m-p/3207204#M551691</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2017-10-30T03:31:02Z</dc:date>
    </item>
  </channel>
</rss>

