cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2307
Views
0
Helpful
1
Replies

ISE REST API : Endpoints with Bulk Delete

gacs
Cisco Employee
Cisco Employee

Hi Team,

According to the doc, operation "Delete" can be used with Bulk method

even with JSON or XML (ISE 2.2) for Endpoints` management.

Can you please confirm it?

Since URL (https://ise/ers/config/endpoint/{id})  contains the ID of the Endpoint,

could I delete multiple Endpoints with this bulk method? If yes, how?

According to the doc, the request's body is N/A so I do not see, how we could delete

several Endpoints with this command using ID in the URL. 

Do we have an example python script for this use case, delete endpoints with bulk method?

Thank you!

Best regards,

Gyorgy

1 Accepted Solution

Accepted Solutions

Timothy Abbott
Cisco Employee
Cisco Employee

Hi,

Yes, you can.  Check out the full API documentation by accessing the API SDK on the primary admin node of your deployment.  It also provides example operations.  You can access the SDK by going to the following URL:  https://<ISE-ADMIN-NODE>:9060/ers/sdk.

Regards,

-Tim

View solution in original post

1 Reply 1

Timothy Abbott
Cisco Employee
Cisco Employee

Hi,

Yes, you can.  Check out the full API documentation by accessing the API SDK on the primary admin node of your deployment.  It also provides example operations.  You can access the SDK by going to the following URL:  https://<ISE-ADMIN-NODE>:9060/ers/sdk.

Regards,

-Tim