Posts

Showing posts with the label Postman

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

Image
 Hi, today I'm gonna show how to interact with the Aruba Central 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 Aruba Central API are: to have administrative access to Aruba Central and to see the API documentation in Aruba Central To access the Aruba Central API documentation go to Global-Organization-Platform Integration-API Gateway - Rest API The next page appears and you can access the documentation   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: Create the API Application Login to the device API Construct a GET request Construct a POST request Click in "Add APPs and Tokens" and Aruba Central will create the API Application so you have a client_id, and client_secret which you'll need later. This happens only the first time, following tokens won't create anot...