Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Last active August 29, 2015 14:15
Show Gist options
  • Save yuuichi-fujioka/3ebcc94eb3bdd8fab13f to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/3ebcc94eb3bdd8fab13f to your computer and use it in GitHub Desktop.
restapi examples
curl -s -u "admin:admin" localhost:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:222845516597578/table/0/
curl -s -u "admin:admin" localhost:8181/restconf/operational/opendaylight-inventory:nodes
curl -s -u "admin:admin" localhost:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:222845516597578
curl -u "admin:admin" localhost:8181/restconf/operational/network-topology:network-topology
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment