EVE-NG Linux VM SSH troubleshooting
September 20, 2025
Logging into Cisco ACI
Before proceeding, we need one more piece of information: how Cisco ACI handles authentication.
The documentation indicates that we can authenticate to the APIC via a POST request to /api/aaaLogin.json. The request body must include the username and password inside a JSON object:
The response contains, among other things, the session token and its duration:
There are two additional important functions:
Continue reading the post on Patreon .