Skip to content

Commit 304ac90

Browse files
jneiman08182017 for staging
1 parent 91109ab commit 304ac90

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You may need to accept the SSL certificate before calling the APIs in Postman. I
3838
* ``A.`` Select **POST**.
3939
* **URL**
4040
* ``B.`` Enter `http://{APIC-EMController}/api/v1/ticket`
41-
* 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> .
41+
* 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>.
4242
* **Body**
4343
* ``C.`` Enter the username and password in JSON format. These credentials are used to log into the APIC-EM Controller. If you are accessing the DevNet APIC-EM Always-On Lab, enter the username and password specified above. Otherwise, enter the required username and password for your APIC-EM Controller.
4444
* **Headers**
@@ -48,7 +48,7 @@ You may need to accept the SSL certificate before calling the APIs in Postman. I
4848
* Authentication is entered via the Body as specified above.
4949
3. Click **Send**.
5050
4. Postman sends the request to the server and displays the response.
51-
* The **Response Code**, '200', appears in the **Status** field.
51+
* The **Response Code**, `200`, appears in the **Status** field.
5252
* The **JSON** response contains a **serviceTicket** attribute. We've highlighted an example service ticket value. The actual value will be different. **Copy and paste this value into a text file to use for the next steps!**<br/><br/>
5353
![](/posts/files/coding-101-rest-basics-ga/assets/images/postman3.png "Response")
5454

0 commit comments

Comments
 (0)