cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1049
Views
0
Helpful
3
Replies

ISE REST API functions for EPS ?

tuenoerg
Cisco Employee
Cisco Employee

Hi all,

One of our partners is trying to develop an application to list devices in quarantine (From FMC via PxGrid) and unquarantine them.

So I´m looking for a the REST API documentation for those features.

I have so far located :

http://www.cisco.com/c/en/us/td/docs/security/ise/2-1/api_ref_guide/api_ref_book/ise_api_ref_ers2.html

I know I can use :

http://ISE-IP/admin/API/eps/UnQuarantineByIP/

but - I can't find that documented anywhere.

Please point me in the right direction

Best regards

Tue

1 Accepted Solution

Accepted Solutions
3 Replies 3

Timothy Abbott
Cisco Employee
Cisco Employee

The API documentation mention above, is for the Adaptive Network Control (ANC).

Does any one know where to find similar API documentation for Endpoint Protection Service (EPS).

I am using Firepower Management Center to send  API calls through pxGrid and FMC is using the legacy EPS feature.

In postman I have so far successfully tested the following API get calls:

https://[ISE IP]/admin/API/eps/QuarantineByIP/[endpoint IP]

https://[ISE IP]/admin/API/eps/UnQuarantineByIP/[endpoint IP]

https://[ISE IP]/admin/API/eps/QuarantineByMAC/[endpoint MAC]

https://[ISE IP]/admin/API/eps/UnQuarantineByMAC/[endpoint MAC]


Regards

/Jorgen

It's not documented at cisco.com. I believe it's due to EPS REST API is legacy and intended for small set of integration partners.