ISE Lab: API 2 – First API GET Requests with Postman

Now that the API has been configured, it can be tested. In this post, I will show a few base GET requests that can be made to ISE in Postman.
There is a lot of documentation built into ISE to view which gives examples on the types of calls and examples of calls and returned output.
https://172.17.5.101:9060/ers/sdk#_

I am going to use Postman, as my ISE server is not using an SSL certificate signed by a public CA, any certificate checking that Postman does will fail. Therefore, I have disabled certificate checking in the settings.

The GET request I will run will be to gather all the downloadable ACLs that are present.
Postman needs to be configured before the request can be sent.
– First, there needs the authorisation header, which can be the basic username/password.
– Second, there needs to be two additional headers. HTTP ‘Content-Type’ Header and HTTP ‘Accept’ Header.

The API reference documentation that is on ISE has the fields there so it makes quite simple.

Authentication header
Mandatory headers
Response example

All of the dACLs can be seen, there is no ACL configuration lines for that the id must be used

To see exactly what ACL configuration is in the dACL the id is used.

Running this GET request in Postman gives the following output. Note how the description and config is included.

Leave a Comment

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