We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de75a0 commit 0f23d47Copy full SHA for 0f23d47
programming_fundamentals/rest_part_1/curl_examples.sh
@@ -16,6 +16,6 @@ curl https://api.icndb.com/jokes/random?limitTo=nerdy
16
17
# Example 3: Network Programmability with RESTCONF
18
curl -vk \
19
- -u developer:C1sco12345 \
+ -u developer:lastorangerestoreball8876 \
20
-H 'accept: application/yang-data+json' \
21
- https://ios-xe-mgmt.cisco.com:9443/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2
+ https://ios-xe-mgmt.cisco.com:443/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2
0 commit comments