File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ echo "Now CONFIG server:"
47
47
echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H ' Accept:application/yang-data+json' " http://127.0.0.1:${SZTPD_INIT_PORT} /restconf/ds/ietf-datastores:running"
48
48
echo curl --fail -i -X PUT --user my-admin@example.com:my-secret --data @./generated_config.json -H ' Content-Type:application/yang-data+json' " http://127.0.0.1:${SZTPD_INIT_PORT} /restconf/ds/ietf-datastores:running"
49
49
echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H ' Accept:application/yang-data+json' " http://127.0.0.1:${SZTPD_NBI_PORT} /restconf/ds/ietf-datastores:running"
50
+ echo curl --fail -i -X GET --user my-admin@example.com:my-secret -H " Accept:application/yang-data+json" " http://127.0.0.1:${SZTPD_NBI_PORT} /restconf/ds/ietf-datastores:operational/wn-sztpd-1:devices/device=my-serial-number/bootstrapping-log"
50
51
echo curl --fail -H Accept:application/yang-data+json " http://127.0.0.1:${SZTPD_NBI_PORT} /.well-known/host-meta"
You can’t perform that action at this time.
0 commit comments