ISE Lab: API 3 – Create & Delete dACLs

This will be creating and deleting a dACL. Again, details can be found in the built-in ISE documentation. The Postman headers are the same as in the previous GET.

Create

The only changes here are; POST method and to add the dACL that will be sent with a name and description.
A 201 response code will confirm if the dACL has been configured, there is nothing returned in the body.

Delete

To delete a dACL the ID must be known. This can easily be found using the GET used in the previous post.

This request is actually the exact same as the GET for a dACL. The only and major difference is that it is a DELETE and not a GET. The response for this is a 204 code only.

Leave a Comment

Your email address will not be published. Required fields are marked *