From the course: Cisco DevNet Associate (200-901) Cert Prep 3: Cisco Platforms and Development

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Illustrating Cisco ACI APIs

Illustrating Cisco ACI APIs

From the course: Cisco DevNet Associate (200-901) Cert Prep 3: Cisco Platforms and Development

Start my 1-month free trial

Illustrating Cisco ACI APIs

- [Instructor] For the ACI example, similar to some of the other examples that we've seen, we're going to have two scripts, one is making the native API call tower the ACI controller, the other is using the Python SDK, in this case called Cobra. Following the example on DevNet, we're going to offload the credentials on the separate Python file, which consists of three variables. The first variable is the always on sandbox URL, with the login user of admin, and the password of ciscopsdt. And let's take a look at the native API called Python script. I wanted to let you guys know that in order to get this exact distinguished name of Heroes, that we'll see in this script, several steps of setup that needs to be done. In this case, I'll provide the references, as well as the steps on the github for Cisco DevNet, in order to set this object up. Once that is set up, we can actually go ahead and import the credentials…

Contents