Programming the ACI through REST
Part of the issue with using the ACI simulator is that it does not save any changes. Rebooting the virtual machine results in a loss of work. A power cut results in a loss of work. Having the bathroom fitter turn off the power upstairs results in a...well, I am sure you get the idea.Â
Having to recreate everything through the GUI over and over again gets quite frustrating as you can imagine, but here we return to what we spoke about in the first chapter: the move from manual actions to programmability.
Getting ready
To perform the REST-based recipes in this chapter, you will need a REST client. Postman is a good one. You can download if from https://www.getpostman.com/.
How to do it...
- Once you have downloaded and installed the client, we will need to turn off SSL certificate verification by clicking on the settings icon at the top right-hand corner (it looks like a wrench). Select
settings
, and from theGeneral tab
, turn off the second option.
- Restart the client...