Skip to content

Commit 45af5ad

Browse files
authored
Update 1.md
1 parent 9e69376 commit 45af5ad

File tree

1 file changed

+11
-14
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+11
-14
lines changed

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,31 @@ This Learning Lab explains the basics of using a REST API, and how to use POSTMA
1414
- <a href="https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en" target="_blank">POSTMAN</a> installed.
1515
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**.
1616

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:
17+
- Access to an APIC-EM Controller. To run the code samples, you need access to an APIC-EM controller. If you are not using your own APIC-EM controller, you can use the Always-On APIC-EM Lab:
2018
* https://sandboxapicem.cisco.com
2119
* **username:** devnetuser
2220
* **password:** Cisco123!
2321

24-
## Step 1. Find the APIC-EM API Resources
22+
## Step 1. Find the APIC-EM API Resources and Documentation
2523

26-
We are going to use the APIC-EM API as an example of a REST API. Locate the APIC-EM resources on DevNet.
24+
A good starting point to understand any API is to look at the documentation for the API. Let's find documentation for the APIC-EM API.
2725

2826
1. In a browser, navigate to the <a href="https://developer.cisco.com" target="_blank">DevNet</a> home page.
2927
2. Click the **Login** link located on the top right of the web page.
3028
![](/posts/files/coding-101-rest-basics-ga/assets/images/login.png)<br/><br/>
31-
3. On the Log In page, enter your log in credentials.
29+
3. On the Log In page, enter your credentials.
3230
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.
3331
<br/><br/>
3432
4. Use the menu at the top to navigate to the APIC-EM web portal.
35-
* Click the **Technologies** link to access the Technology menu.
36-
* Click **Networking**
37-
* Click **APIC-EM**<br/>
33+
* Click the **Technologies** link to see the submenu.
34+
* Click on **Networking**
35+
* From the list of technologies, click on **APIC Enterprise Module (APIC-EM)**<br/>The APIC-EM web page appears.
3836
![](/posts/files/coding-101-rest-basics-ga/assets/images/Menu.png)
39-
<br/><br/>
40-
41-
5. On the APIC-EM web portal. Click the `Docs` link.<br/>
37+
<br/>
38+
5. On the APIC-EM web page. Click the `Docs` link.<br/>
4239
![](/posts/files/coding-101-rest-basics-ga/assets/images/apic-em-main.png)
43-
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.
40+
6. Select the latest API version.
41+
7. Keep the APIC-EM API Reference documentation open in a separate tab. This will be a useful reference while you work on this lab.
4542
![](/posts/files/coding-101-rest-basics-ga/assets/images/Ref.png)
4643
<br/>
4744
<br/>

0 commit comments

Comments
 (0)