Skip to content

Commit 7a200c1

Browse files
authored
Merge pull request #22 from lmalhoit/patch-11
4.md - change link to sandbox
2 parents 36f7ca2 + 6102855 commit 7a200c1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To get the service ticket your request will look like this:
3636

3737
* **Method** - `POST`
3838
* **URL** - `https://{APIC-EM-Server}/api/v1/ticket`
39-
* Substitute `{APIC-EM-Server}` with the IP address or hostname of the APIC-EM controller you are using. For example, the Cisco DevNet Learning Labs APIC-EM controller is `https://devnetapi.cisco.com/sandbox/apic_em`.
39+
* Substitute `{APIC-EM-Server}` with the IP address or hostname of the APIC-EM controller you are using. For example, the Cisco DevNet Learning Labs APIC-EM controller is `https://sandboxapicem.cisco.com/`.
4040
* **Headers**
4141
* Specify the 'Content-Type' as 'application/json'. It's typical to include this header with all HTTP methods (GET, POST, PUT, DELETE) calls.
4242
* **Authentication**

0 commit comments

Comments
 (0)