Posts

Showing posts with the label Clearpass

Using API in Aruba Clearpass with Postman by Ulises Cázares

Image
 Hi, today I'm gonna show how to interact with Aruba Clearpass 6.9.X API using postman. My intention is that you know how to construct the request using headers, parameters and the body of the request. The first things to start working with the Clearpass API are: to have administrative access to the device and to see the API documentation inside the Clearpass itself. To access the Clearpass API documentation go to Guest-Adminsitration-API Services-API Explorer   Once you click there,  you'll be redirected to a page like this. Now, let's do 4 thing so you can use the API: Configure the things needed in Clearpass to access the API form outside systems. Login to the device API Construct a GET request Construct a POST request Configure the things needed in Clearpass to access the API form outside systems. In this post you can find everything you need. Just make SURE the Operator profile has API access or you'll get an error when running the requests https://developer.ar...