Skip to content

Commit 9e69376

Browse files
authored
Update 1.md
1 parent 70704be commit 9e69376

File tree

1 file changed

+10
-12
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+10
-12
lines changed

labs/coding-101-rest-basics-ga/1.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ This Learning Lab explains the basics of using a REST API, and how to use POSTMA
1111

1212
## Prerequisites
1313

14-
Install <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">POSTMAN</a>.
14+
- <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">POSTMAN</a> installed.
15+
If you are on a DevNet Zone station, <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">POSTMAN</a> is already installed. You can start it from the Google App Launcher or from Chrome by clicking <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">here</a> and clicking on **Launch App**.
1516

16-
If you are on a DevNet Zone station, <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">POSTMAN</a> is already installed. You can start it from the Google App Launcher or from Chrome by clicking <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">here</a> and clicking on **Launch App**.
17-
18-
**Access to an APIC-EM Controller**
19-
* To run the code samples, you will need access to an APIC-EM controller.
20-
* **If you are not using your own APIC-EM controller**, you can use the Always-On APIC-EM Lab:
21-
* https://sandboxapicem.cisco.com
22-
* **username:** devnetuser
23-
* **password:** Cisco123!
17+
- Access to an APIC-EM Controller
18+
- To run the code samples, you will need access to an APIC-EM controller.
19+
- **If you are not using your own APIC-EM controller**, you can use the Always-On APIC-EM Lab:
20+
* https://sandboxapicem.cisco.com
21+
* **username:** devnetuser
22+
* **password:** Cisco123!
2423

2524
## Step 1. Find the APIC-EM API Resources
2625

@@ -30,8 +29,7 @@ We are going to use the APIC-EM API as an example of a REST API. Locate the APIC
3029
2. Click the **Login** link located on the top right of the web page.
3130
![](/posts/files/coding-101-rest-basics-ga/assets/images/login.png)<br/><br/>
3231
3. On the Log In page, enter your log in credentials.
33-
![](/posts/files/coding-101-rest-basics-ga/assets/images/register.png)<br/>
34-
* If you want to log in with a Cisco ID but do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. Then, return to the Log In web page and enter your credentials.
32+
If you want to log in with a Cisco ID but do not have a Cisco Connection Online ID (CCO ID) click the **Register Now** button and follow the instructions. Then, return to the Log In web page and enter your credentials.
3533
<br/><br/>
3634
4. Use the menu at the top to navigate to the APIC-EM web portal.
3735
* Click the **Technologies** link to access the Technology menu.
@@ -43,7 +41,7 @@ We are going to use the APIC-EM API as an example of a REST API. Locate the APIC
4341
5. On the APIC-EM web portal. Click the `Docs` link.<br/>
4442
![](/posts/files/coding-101-rest-basics-ga/assets/images/apic-em-main.png)
4543

46-
6. On the APIC-EM Documentation web page open the API Reference doc in a separate tab. This will be a useful reference while you work on this lab.
44+
6. On the APIC-EM Documentation web page open the API Reference documentation in a separate tab. This will be a useful reference while you work on this lab.
4745
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
4846
<br/>
4947
<br/>

0 commit comments

Comments
 (0)