Skip to content

Instantly share code, notes, and snippets.

@trozet
Created November 25, 2015 21:27
Show Gist options
  • Save trozet/64719386a28f8b721a02 to your computer and use it in GitHub Desktop.
Save trozet/64719386a28f8b721a02 to your computer and use it in GitHub Desktop.
[root@opendaylight-server opendaylight]# /bin/curl --fail --head -u admin:admin http://192.0.2.21:8081/restconf/operational/network-topology:network-topology/topology/netvirt:1
curl: (22) The requested URL returned error: 404 Not Found
[root@opendaylight-server opendaylight]# /bin/curl --fail --head -u admin:admin http://192.0.2.21:8081/restconf/operational/network-topology:network-topology
HTTP/1.1 200 OK
Content-Type: application/yang.data+json
Content-Length: 0
Server: Jetty(8.1.15.v20140411)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment