You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In Postman append `?limit=1&offset=1` to the URL `http://{APIC-EMController}/api/v1/host` so it reads as `http://{APIC-EMController}/api/v1/host?limit=1&offset=1`. Press the **Send** button. How does the return data differ? Check the API Reference Guide for more information about the Get Host API call.
28
+
1. In Postman append '?limit=1&offset=1' to the URL http://{APIC-EMController}/api/v1/host so reads as 'http://{APIC-EMController}/api/v1/host?limit=1&offset=1'. Press the **Send** button. How does the return data differ? Check the API Reference Guide for more information about the Get Host API call.
29
29
<br/><br/>
30
30
31
31
#### Congrats! You just made your first REST API call using the APIC-EM Service Ticket! ####
* In Postman append to `/1/2` to the call `http://{APIC-EMController}/api/v1/network-device` so it reads as `http://{APIC-EMController}/api/v1/network-device/1/2` . Click the **Send** button. How does the output differ?
31
+
* In Postman append to '/1/2' to the call http://{APIC-EMController}/api/v1/network-device so reads as 'http://{APIC-EMController}/api/v1/network-device/1/2' . Click the **Send** button. How does the output differ?
32
32
* Compare the change you just made in Get Network Devices API call versus the change you made in the Get Hosts call in the previous exercise of Step 7. How are they different and why? Hint: Check the API Reference Guide for each of these API calls.
33
-
* In Postman change the API call `http://{APIC-EMController}/api/v1/network-device/1/2` to `http://{APIC-EMController}/api/v1/user`. Press the **Send** button. How is the returned data different and what does it represent? Hint: Check the API Reference Guide.
33
+
* In Postman change the API call 'http://{APIC-EMController}/api/v1/network-device/1/2' to 'http://{APIC-EMController}/api/v1/user'. Press the *Send* button. How is the returned data different and what does it represent? Hint: Check the API Reference Guide
34
34
35
35
### Congrats! You've just completed lab Coding 101 - REST API Basics!
0 commit comments