Posts

Showing posts with the label MobilityControllers

Using API in Aruba Controllers or Mobility Conductor with Postman by Ulises Cázares

Image
 Hi, today I'm gonna show how to interact with the Aruba OS Controlleros or Mobility Conductor 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 MC/MM API are: to have administrative access to the device and to make sure of the MC/MM version so you can look for the appropiate document. Remember, APIs can change form version to version.  You can use the command: show version. In my case is 8.6.0.x Then you can make a quick search in google like " Aruba OS 8.6. API " to get the document and find out what are the option provided in the API. In the document you will find examples using curl and that's why i'm writting this in postman, so you have options.  Another way to see the available methods and options within the MM/MC API is that after you login to the controller or MM you type API as the URI like this. https://MCorMM-IP:4343/ap...