ACS 5.X REST API
For a typical network engineer, reading Cisco's REST API documentation looks really simple. All you need to do is to issue the following CLI command- Its a one line command UNIX command. A windows version can be found here.
- The output is XML file called user-list.xml
- --no-check-certificate is needed because ACS has its own self generated SSL certificate, and wget will fail to authenticate that certificate. This can be changed, but how many are actually using anything else?
- --auth-no-challenge is used because ACS expects to use preemptive authentication.
… demo experience