Skip to content

Commit 61bc813

Browse files
jneiman08182017 for staging
1 parent 36ea08c commit 61bc813

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Let's take a look at the Get Network Devices endpoint. A Network Device transpor
55
You can look at the details of the Get Network Device API from the -- <a href="http://devnetapic.cisco.com/" target="_blank">APIC-EM API Docs</a>.
66

77
1. Setting up the API Call in Postman
8-
* Now, let's use the service ticket to authorize a request to GET the network devices from the controller. <br/></br/>
8+
* Now, let's use the service ticket to authorize a request to GET the network devices from the controller. <br/><br/>
99
![](/posts/files/coding-101-rest-basics-ga/assets/images/postman6.png)<br/><br/>
1010
2. Enter the information as shown below for our request to retrieve the list of network devices into the appropriate Postman fields:
1111
* **Method**
1212
* `A.` Select **GET**.
1313
* **URL**
14-
* `B.` Enter **http://{APIC-EMController}/api/v1/network-device**
15-
* If you are not using your own APIC-EM Controller, use the Always-On APIC-EM Lab: https[]()://devnetapi.cisco.com/sandbox/apic_em .
14+
* ``B.`` Enter `http://{APIC-EMController}/api/v1/ticket`
15+
* If you are not using your APIC-EM controller, use the Always-On APIC-EM Lab: <a href="https://devnetapi.cisco.com/sandbox/apic_em">https://devnetapi.cisco.com/sandbox/apic_em</a>.
1616
* **Headers**
1717
* `C.` Enter the 'Content-Type' and value 'application/json'
1818
* `C.` Enter the 'X-Auth-Token' and the service ticket created earlier. The 'X-Auth-Token' is required for all APIC-EM Controller API calls.

0 commit comments

Comments
 (0)