<?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 Create Endpoint in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426930#M528639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can leverage the Feedback button in upper left if ISE admin UI which is reviewed by PM team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the operation is a CREATE, not UPDATE, that is obviously reason for error, so you may need to insert a RETRIEVE (get) request to validate before attempting to add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 16:01:19 GMT</pubDate>
    <dc:creator>Craig Hyps</dc:creator>
    <dc:date>2017-07-07T16:01:19Z</dc:date>
    <item>
      <title>ERS Create Endpoint</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426929#M528638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this isn't a features request forum, but not sure where else to send this feedback.&amp;nbsp; I think the Create New Endpoint process in ERS needs to allow for updates as well.&amp;nbsp; If you add a MAC address and statically assign it to the a group you get a 201 code, but if the MAC already exists you get the following back:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "ERSResponse" : {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "operation" : "POST-create-endpoint",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "messages" : [ {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "title" : " Unable to create the endpoint. Endpoint \"11:22:33:44:55:66\" already exists.",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type" : "ERROR",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code" : "CRUD operation exception"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "link" : {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rel" : "related",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "href" : "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://10.89.80.34:9060/ers/config/endpoint" rel="nofollow" target="_blank"&gt;https://10.89.80.34:9060/ers/config/endpoint&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type" : "application/xml"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERS should mimic the CSV import process.&amp;nbsp; The CSV doesn't error out if the MAC address exists.&amp;nbsp; ISE simply takes that data in the CSV and updates the MAC.&amp;nbsp; Seems silly to have to check to see if the MAC address exists then do a POST to create or PUT to update when the JSON text is the same in either case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426929#M528638</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-07-07T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERS Create Endpoint</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426930#M528639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can leverage the Feedback button in upper left if ISE admin UI which is reviewed by PM team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the operation is a CREATE, not UPDATE, that is obviously reason for error, so you may need to insert a RETRIEVE (get) request to validate before attempting to add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:01:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426930#M528639</guid>
      <dc:creator>Craig Hyps</dc:creator>
      <dc:date>2017-07-07T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: ERS Create Endpoint</title>
      <link>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426931#M528640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have the logic working to retrieve to validate the existence.  Just thought the Create logic could be coded differently to handle an update as well to make coding easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No worries, I have it all working just was passing on some thoughts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick responses Craig.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 16:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ers-create-endpoint/m-p/3426931#M528640</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-07-07T16:14:48Z</dc:date>
    </item>
  </channel>
</rss>

