Skip to content

Commit 2f1dac0

Browse files
committed
lab updates
1 parent 247b92e commit 2f1dac0

File tree

9 files changed

+33
-24
lines changed

9 files changed

+33
-24
lines changed

labs/coding-102-rest-python-ga/1.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Completion Time: 35 minutes
1818

1919
**Access to an APIC-EM Controller**
2020
* To run these code samples, you will need access to an APIC-EM controller.
21-
* **If you are not using your own APIC-EM Controller**, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) Always-On APIC-EM Lab: [(https://devnetapi.cisco.com/sandbox/apic_em)](https://devnetapi.cisco.com/sandbox/apic_em)).
21+
* **If you are not using your own APIC-EM Controller**, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) Always-On APIC-EM Lab: ![https://devnetapi.cisco.com/sandbox/apic_em]().
2222

2323
**Python**
2424
* To run the code samples, you need to have Python 3 installed on your machine.
@@ -52,17 +52,22 @@ git clone https://github.com/CiscoDevNet/coding-skills-sample-code
5252
Inside the directory you created you should now see directory 'coding-skills-sample-code'.<br/><br/>
5353
![](/posts/files/coding-102-rest-python-ga/assets/images/github-clone-listing.png)<br/><br/>
5454

55-
## Step 1. Find APIC-EM API Resources
5655

57-
We are going to use the APIC-EM API as an example of a REST API in this lab. So before we begin, we need to locate the APIC-EM API Reference on DevNet.
56+
## Step 1. Find the APIC-EM API Resources
5857

59-
1. In the browser navigate to <a href="https://developer.cisco.com" target="_blank">DevNet</a>
60-
* If you have not yet created a DevNet userid click "Register" and follow the instructions.
61-
* After registering with DevNet, use your user id to login.<br/><br/>
62-
![](/posts/files/coding-102-rest-python-ga/assets/images/register.png)<br/><br/>
63-
64-
2. Use the menu at the top to navigate directly to the APIC-EM developer resources.<br/><br/>
65-
![](/posts/files/coding-102-rest-python-ga/assets/images/Menu.png)<br/><br/>
58+
We are going to use the APIC-EM API as an example of a REST API in this lab. So before we begin, we need to locate the APIC-EM resources on DevNet.
6659

67-
3. You will also want to open the [API reference doc](http://devnetapic.cisco.com/) in a separate tab while you are working on this lab.<br/><br/>
68-
![](/posts/files/coding-102-rest-python-ga/assets/images/Ref.png)
60+
1. In the browser navigate to <a href="https://developer.cisco.com" target="_blank">DevNet</a>
61+
* Click on the **Login** link located on the top right of the web page.
62+
![](/posts/files/coding-102-rest-python-ga/assets/images/login.png)<br/><br/>
63+
* On the Log In web page enter your log in credentials (CCO ID) and click the **Log In** button
64+
![](/posts/files/coding-102-rest-python-ga/assets/images/register.png)<br/>
65+
* If you do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. When done return to the Log In web page and enter your credentials.
66+
<br/><br/>
67+
2. Use the menu at the top to navigate directly to the APIC-EM developer resources.
68+
* Click on the **Technologies** link to access the Technology menu. Inside the menu click on **Networking** followed by **APIC-EM**<br/>
69+
![](/posts/files/coding-102-rest-python-ga/assets/images/Menu.png)
70+
<br/><br/>
71+
72+
3. You are now at the APIC-EM web portal. Open the API reference doc in a separate tab while you are working on this lab.<br/>
73+
![](/posts/files/coding-102-rest-python-ga/assets/images/Ref.png)

labs/coding-102-rest-python-ga/5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To run this code sample:
128128
**cd \DevNetCode\&lt;your-name&gt;\coding-skills-sample-code\coding102-REST-python-ga**
129129
2. Assign the APIC-EM Controller IP address or DNS to the **controller** variable.
130130
* Open the file **build-topology.py**. For example, in Windows type: **notepad build-topology.py**
131-
* *If you are not using your own APIC-EM Controller*, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) Always-On APIC-EM Lab: [sandboxapic.cisco.com](https://sandboxapic.cisco.com)
131+
* *If you are not using your own APIC-EM Controller*, use the [DevNet Sandbox](https://developer.cisco.com/site/devnet/sandbox/) Always-On APIC-EM Lab: ![https://sandboxapic.cisco.com]()
132132
* controller='sandboxapic.cisco.com'
133133
3. Save the file. If encoding type is an option select **UTF-8**.
134134
4. Type the python command and then the filename at the command prompt, and press the return key.
Loading
Loading
Loading

labs/coding-207-putting-it-together-ga/1.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,25 @@ git clone https://github.com/CiscoDevNet/coding-skills-sample-code
5050
Inside the directory you created you should now see directory 'coding-skills-sample-code'.<br/><br/>
5151
![](/posts/files/coding-207-putting-it-together-ga/assets/images/github-clone-listing.png)<br/><br/>
5252

53+
5354
**Find the APIC-EM API Resources**
5455

55-
We are going to use the APIC-EM API as an example of a REST API in this lab. So before we begin, we need to locate the APIC-EM API Reference on DevNet.
56+
We are going to use the APIC-EM API as an example of a REST API in this lab. So before we begin, we need to locate the APIC-EM resources on DevNet.
5657

5758
1. In the browser navigate to <a href="https://developer.cisco.com" target="_blank">DevNet</a>
58-
* If you have not yet created a DevNet userid click "Register" and follow the instructions.
59-
* After registering with DevNet, use your user id to login.<br/><br/>
60-
![](/posts/files/coding-207-putting-it-together-ga/assets/images/register.png)<br/><br/>
61-
62-
2. Use the menu at the top to navigate directly to the APIC-EM developer resources.<br/><br/>
63-
![](/posts/files/coding-207-putting-it-together-ga/assets/images/Menu.png)<br/><br/>
64-
65-
3. You will also want to open the [API reference doc](https://anypoint.mulesoft.com/apiplatform/cisco-dev/#/portals/organizations/de91ddd1-9fb8-4731-8bce-03f47c3ba41a/apis/56056/versions/58124/pages/75870) in a separate tab while you are working on this lab.<br/><br/>
66-
![](/posts/files/coding-207-putting-it-together-ga/assets/images/Ref.png)
67-
59+
* Click on the **Login** link located on the top right of the web page.
60+
![](/posts/files/coding-207-putting-it-together-ga/assets/images/login.png)<br/><br/>
61+
* On the Log In web page enter your log in credentials (CCO ID) and click the **Log In** button
62+
![](/posts/files/coding-207-putting-it-together-ga/assets/images/register.png)<br/>
63+
* If you do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. When done return to the Log In web page and enter your credentials.
64+
<br/><br/>
65+
2. Use the menu at the top to navigate directly to the APIC-EM developer resources.
66+
* Click on the **Technologies** link to access the Technology menu. Inside the menu click on **Networking** followed by **APIC-EM**<br/>
67+
![](/posts/files/coding-207-putting-it-together-ga/assets/images/Menu.png)
68+
<br/><br/>
69+
70+
3. You are now at the APIC-EM web portal. Open the API reference doc in a separate tab while you are working on this lab.<br/>
71+
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
6872
## Step 1. Introduction
6973

7074
In this Learning Lab, we are going to use all of the skills that we covered in these learning labs together in one application.
Loading
Loading
Loading

0 commit comments

Comments
 (0)