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

ISE External RestFull API services - Multiple Rest API calls

Samuel Vuillaume
Cisco Employee
Cisco Employee

Hi guys,

In ISE, Do we support multiple request calls to API? (e.g. Batching instructions for several operations in a single HTTP request)? I cant find anything in the External REST API doc. Thank you

 

1 Accepted Solution

Accepted Solutions

Colby LeMaire
VIP Alumni
VIP Alumni

The ISE API does support "Bulk" operations where more than one operation can be sent in the same request.  I believe the maximum number of individual operations are limited to 5000 per request.  But they all have to be of the same type.  If you have an ISE system, you can access the API SDK documentation at https://<ise-server-ip>:9060/ers/sdk.  Here is a screenshot of the "Bulk" section:

API_Bulk.jpg

View solution in original post

2 Replies 2

Colby LeMaire
VIP Alumni
VIP Alumni

The ISE API does support "Bulk" operations where more than one operation can be sent in the same request.  I believe the maximum number of individual operations are limited to 5000 per request.  But they all have to be of the same type.  If you have an ISE system, you can access the API SDK documentation at https://<ise-server-ip>:9060/ers/sdk.  Here is a screenshot of the "Bulk" section:

API_Bulk.jpg

Devnet Documentation at http://cs.co/ise-api
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: