Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

Logging into Cisco ACI

Andrea Dainese
September 03, 2025
Post cover

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 .