<?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: Cisco ISE API's for CoA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695728#M577457</link>
    <description>&lt;P&gt;Hi David, Thanks a ton.&lt;BR /&gt;Again from an API novice standpoint, this Send Disconnect will be a POST call.&lt;BR /&gt;Right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 05:43:21 GMT</pubDate>
    <dc:creator>network_geek1979</dc:creator>
    <dc:date>2022-09-29T05:43:21Z</dc:date>
    <item>
      <title>Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695219#M577431</link>
      <description>&lt;P&gt;Folks, we are trying to search for the correct API's to trigger a CoA with Port Bounce.&lt;BR /&gt;&lt;BR /&gt;Here is what we had:&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/2-7/api_ref_guide/api_ref_book/ise_api_ref_ch4.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/ise/2-7/api_ref_guide/api_ref_book/ise_api_ref_ch4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, we are having some trouble&amp;nbsp;identifying the API call which corresponds to the CoA port bounce feature available via the web UI.&lt;BR /&gt;&lt;BR /&gt;We use ISE 3.0&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;N!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:28:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695219#M577431</guid>
      <dc:creator>network_geek1979</dc:creator>
      <dc:date>2022-09-28T08:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695374#M577444</link>
      <description>&lt;P&gt;You can see it at the &lt;A href="https://cs.co/ise-api" target="_blank"&gt;https://cs.co/ise-api&lt;/A&gt;&amp;nbsp;Devnet site, specifically &lt;A href="https://developer.cisco.com/docs/identity-services-engine/v1/#!introduction-to-the-monitoring-rest-api/http-put-api-calls" target="_self"&gt;HERE&lt;/A&gt;.&amp;nbsp; Search for Session Disconnect.&amp;nbsp; Also detailed &lt;A href="https://developer.cisco.com/docs/identity-services-engine/v1/#!using-change-of-authorization-rest-apis/using-change-of-authorization-rest-apis" target="_self"&gt;HERE&lt;/A&gt;.&amp;nbsp; Looks like PORT_BOUNCE was not supported in 2.7.&lt;/P&gt;
&lt;P&gt;Coincidentally,&amp;nbsp;Thomas Howard is giving a webinar on ISE APIs on October 4th, and he covers a great deal of information.&amp;nbsp; Register at &lt;A href="https://cs.co/ise-webinars" target="_blank"&gt;https://cs.co/ise-webinars&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:50:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695374#M577444</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2022-09-28T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695376#M577445</link>
      <description>&lt;P&gt;While I made a postman runner for this, including custom javascript, work won't let me share it.&amp;nbsp; However, I can give you the two generic calls to help your research:&lt;BR /&gt;&lt;BR /&gt;1. Get session info with:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;GET&lt;/STRONG&gt; https://&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{ISE_SERVER}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/admin/API/mnt/Session/MACAddress/&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{MACAddress}}&lt;BR /&gt;Replaced ISE_SERVER with &lt;A href="https://serverip:9060" target="_blank" rel="noopener"&gt;https://1.2.3.4:9060&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Replace MACAddress with MAC Address in a colon separated format, upper case.&lt;BR /&gt;&lt;BR /&gt;2. Send disconnect with port bounce:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;GET&lt;/STRONG&gt; https://&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;{{ISE_SERVER}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/admin/API/mnt/CoA/Disconnect/:MntNode/:MACAddress/1/:Switch/:PSN&lt;BR /&gt;&lt;SPAN class=""&gt;replace ISE_SERVER with &lt;A href="https://serverip:9060" target="_blank" rel="noopener"&gt;https://1.2.3.4:9060&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;replace :Switch with device_ip_address field from step 1&lt;BR /&gt;replace :PSN with destination_ip_address field from step 1&lt;BR /&gt;replace :MntNode with acs_server field from step 1&lt;BR /&gt;&lt;BR /&gt;Enjoy!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 10:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695376#M577445</guid>
      <dc:creator>davidgfriedman</dc:creator>
      <dc:date>2022-09-29T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695728#M577457</link>
      <description>&lt;P&gt;Hi David, Thanks a ton.&lt;BR /&gt;Again from an API novice standpoint, this Send Disconnect will be a POST call.&lt;BR /&gt;Right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 05:43:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695728#M577457</guid>
      <dc:creator>network_geek1979</dc:creator>
      <dc:date>2022-09-29T05:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695865#M577465</link>
      <description>&lt;P&gt;I have edited my post to show they are both GET statements in my postman runner, which I've tested on video for our security team using a wired MAB endpoint, a wired 802.1x endpoint and a wireless 802.1x endpoint.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What I have not mentioned is the other calls and javascript code in my postman runner, which chain the commands together, and also get + set custom attributes.&amp;nbsp; The security team can set the "quarantine" custom attribute to one of 2 keywords (then update the endpoint in the runner instantly) so when the port disconnect + re-auth occurs, the 3 types of endpoints tested could be pushed into a blocked state, a state where the security team can scan it from a limited subnet (cidr in DACL), or even re-run without the quarantine custom attribute being set, to go back to normal (ex: cleared if suspected of having a virus or successfully cleaned if it had a virus [or more]).&lt;BR /&gt;&lt;BR /&gt;-David&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 10:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4695865#M577465</guid>
      <dc:creator>davidgfriedman</dc:creator>
      <dc:date>2022-09-29T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4697878#M577549</link>
      <description>&lt;P&gt;Hi David,&lt;BR /&gt;Our team was going through the below document:&lt;BR /&gt;&lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/#!using-change-of-authorization-rest-apis/session-disconnect-api-call" target="_blank"&gt;https://developer.cisco.com/docs/identity-services-engine/latest/#!using-change-of-authorization-rest-apis/session-disconnect-api-call&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Do you also need GU access to send the COA call?&lt;BR /&gt;&lt;BR /&gt;We are confused as the document says GUI access in the "Invoking the Reauth API Call".&lt;BR /&gt;I guess this is only to get the URL and nothing else.&lt;BR /&gt;&lt;BR /&gt;So what this is saying that is the login page give you:&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://acme123/admin/LoginAction.do#pageId=com_cisco_xmp_web_page_tmpdash" target="_blank"&gt;https://acme123/admin/LoginAction.do#pageId=com_cisco_xmp_web_page_tmpdash&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;then replace the "/admin/" with "&lt;SPAN&gt;/admin/API/mnt/CoA/&amp;lt;specific-api-call&amp;gt;/&amp;lt;macaddress&amp;gt;/&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;reauthtype&amp;gt;:"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which will now make the API GET request as :&lt;BR /&gt;&lt;A href="https://acme123/admin//API/mnt/CoA/" target="_blank"&gt;https://acme123/admin//API/mnt/CoA/&lt;/A&gt;&amp;lt;specific-api-call&amp;gt;/&amp;lt;macaddress&amp;gt;/&amp;lt;reauthtype&amp;gt;&lt;BR /&gt;&lt;BR /&gt;or is it:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://acme123/admin//API/mnt/CoA/" target="_blank"&gt;https://acme123/admin//API/mnt/CoA/&lt;/A&gt;&amp;lt;specific-api-call&amp;gt;/&amp;lt;macaddress&amp;gt;/&amp;lt;reauthtype&amp;gt;/LoginAction.do#pageId=com_cisco_xmp_web_page_tmpdash?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;N!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 06:54:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4697878#M577549</guid>
      <dc:creator>network_geek1979</dc:creator>
      <dc:date>2022-10-04T06:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698077#M577556</link>
      <description>&lt;P&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-0-0"&gt;{{baseUrl}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f3nem-1-0"&gt;/admin/API/mnt/CoA/Reauth/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-2-0"&gt;{{psn_name}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f3nem-3-0"&gt;/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-4-0"&gt;{{mac}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-offset-key="f3nem-5-0"&gt;/&lt;/SPAN&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-6-0"&gt;{{reauth_type}} is simply the URL to send to ISE to get the response.&amp;nbsp; You still need your headers:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-6-0"&gt;The full request (using cURL) will look like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-6-0"&gt;curl --include --insecure --location \&lt;BR /&gt;--header 'Accept: application/json' \&lt;BR /&gt;--user {{ise_username}}:{{ise_password}} \&lt;BR /&gt;--request GET https://{{baseUrl}}/admin/API/mnt/CoA/Reauth/{{psn_name}}/{{mac}}/{{reauth_type}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;--include = Include protocol response headers in the output&lt;/P&gt;
&lt;P&gt;--insecure = Allow insecure connections when using SSL (you don't have to present a certificate to authenticate)&lt;/P&gt;
&lt;P&gt;--location = Follow redirects&lt;/P&gt;
&lt;P&gt;You can write this all on the same line as shown here:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="resolvedVariable" data-testid="resolvedVariable"&gt;&lt;SPAN data-offset-key="f3nem-6-0"&gt;curl --include --insecure --location&amp;nbsp;--header 'Accept: application/json' --user {{ise_username}}:{{ise_password}}&amp;nbsp;--request GET https://{{baseUrl}}/admin/API/mnt/CoA/Reauth/{{psn_name}}/{{mac}}/{{reauth_type}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;but the use of the \ when using cURL allows for a line break and makes your API request infinitely more readable.&lt;/P&gt;
&lt;P&gt;Once you install cURL into your terminal application, issue the curl --help command to explore all the options.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 11:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698077#M577556</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2022-10-04T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698089#M577557</link>
      <description>&lt;P&gt;My calls used BASIC auth and did not need any initial login, nor, to my knowledge, did it store cookies for sessions.&amp;nbsp; It just sends BASIC credentials for each request.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 12:27:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698089#M577557</guid>
      <dc:creator>davidgfriedman</dc:creator>
      <dc:date>2022-10-04T12:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE API's for CoA</title>
      <link>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698114#M577558</link>
      <description>&lt;P&gt;Hi Charlie, this should also work on Postman.&lt;BR /&gt;Correct?&lt;BR /&gt;&lt;BR /&gt;I am able to do successful GET calls to "/ers" but not to "/admin".&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;N!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 13:20:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/cisco-ise-api-s-for-coa/m-p/4698114#M577558</guid>
      <dc:creator>network_geek1979</dc:creator>
      <dc:date>2022-10-04T13:20:57Z</dc:date>
    </item>
  </channel>
</rss>

