cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
770
Views
1
Helpful
2
Replies

ISE API for posture related activities

dngore
Cisco Employee
Cisco Employee

Hi,

We are deploying ISE 2.4 with Anyconnect 4.6.

Customer is developing software tool for automatic remediation.

They want to know whether ISE supports posture related APIs so that upon each posture failed condition on every endpoint, ISE will inform software tool about posture failed condition along with endpoint information like hostname etc. This will trigger software tool to initiate remediation action.

I wen through ISE API reference guide Release 2.x but could not find information on above topic.

1 Accepted Solution

Accepted Solutions

We don't alarm on posture failure and ERS API is not an outbound function.  As Jason noted, you can trigger off syslog, or use intermediate logger trigger response based on syslog.

pxGrid is an API of sorts, and that can provide a streamlined method to communicate posture status via Session topic.  You could have application subscribe to Session topic and process updates as they occur.

We do have the REST Monitoring API which can be used to retrieve session status, but that would not be very efficient to continually query MnT.  pxGrid would be the more efficient method.

View solution in original post

2 Replies 2

Jason Kunst
Cisco Employee
Cisco Employee

I will investigate but likely not something available as you stated.

For now customer could parse the syslog sent to external system as a possibility.

We don't alarm on posture failure and ERS API is not an outbound function.  As Jason noted, you can trigger off syslog, or use intermediate logger trigger response based on syslog.

pxGrid is an API of sorts, and that can provide a streamlined method to communicate posture status via Session topic.  You could have application subscribe to Session topic and process updates as they occur.

We do have the REST Monitoring API which can be used to retrieve session status, but that would not be very efficient to continually query MnT.  pxGrid would be the more efficient method.