Skip to content

Commit 0f23d47

Browse files
authored
Update curl_examples.sh
update password and https port
1 parent 3de75a0 commit 0f23d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming_fundamentals/rest_part_1/curl_examples.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ curl https://api.icndb.com/jokes/random?limitTo=nerdy
1616

1717
# Example 3: Network Programmability with RESTCONF
1818
curl -vk \
19-
-u developer:C1sco12345 \
19+
-u developer:lastorangerestoreball8876 \
2020
-H 'accept: application/yang-data+json' \
21-
https://ios-xe-mgmt.cisco.com:9443/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2
21+
https://ios-xe-mgmt.cisco.com:443/restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet2

0 commit comments

Comments
 (0)