cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
393
Views
0
Helpful
2
Replies

ISE API to fetch "Other Attributes" field from endpoint.

I am require to fetch "Other Attributes" from endpoint database which does not seem to have in swagger API mentioned AFAIK. API is only returning fields on customAttributes.

/api/v1/endpoint/{id} 

Is there any filter I am missing ? Tried "additionalData=True" but still no success.

pic-selected-240105-1904-01.png

2 Accepted Solutions

Accepted Solutions

thomas
Cisco Employee
Cisco Employee

The ISE API documentation for /ers/config/endpoint and /api/v1/endpoint are clear in what attributes are available.

You do not explain which attributes you need. Some of these may be obtained from other APIs such as the ISE Monitoring APIs because they have to do with the last authentication and authorization and not the endpoint itself. You may also consider looking at syslogs and the ISE DataConnect feature depending on what you are trying to do.

Otherwise, you will need to submit a feature request to https://cs.co/ise-wish with the very specific endpoint attributes you need that are not available in either of these APIs.

 

View solution in original post

hslai
Cisco Employee
Cisco Employee

@KastuvTuladhar1627  Besides what Thomas provided, you may try ISE admin CLI command "application configure ise" and then select the option to Get all Endpoints.

View solution in original post

2 Replies 2

thomas
Cisco Employee
Cisco Employee

The ISE API documentation for /ers/config/endpoint and /api/v1/endpoint are clear in what attributes are available.

You do not explain which attributes you need. Some of these may be obtained from other APIs such as the ISE Monitoring APIs because they have to do with the last authentication and authorization and not the endpoint itself. You may also consider looking at syslogs and the ISE DataConnect feature depending on what you are trying to do.

Otherwise, you will need to submit a feature request to https://cs.co/ise-wish with the very specific endpoint attributes you need that are not available in either of these APIs.

 

hslai
Cisco Employee
Cisco Employee

@KastuvTuladhar1627  Besides what Thomas provided, you may try ISE admin CLI command "application configure ise" and then select the option to Get all Endpoints.