Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created October 18, 2016 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c02d162eab8ade0ede1b4389f4adaa92 to your computer and use it in GitHub Desktop.
Save anonymous/c02d162eab8ade0ede1b4389f4adaa92 to your computer and use it in GitHub Desktop.
PUT http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device
<?xml version="1.0" encoding="UTF-8"?>
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>new-netconf-device</node-id>
<host xmlns="urn:opendaylight:netconf-node-topology">127.0.0.1</host>
<port xmlns="urn:opendaylight:netconf-node-topology">1830</port>
<username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
<password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
<tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
<yang-module-capabilities xmlns="urn:opendaylight:netconf-node-topology">
<capability>urn:opendaylight:params:xml:ns:yang:controller:threadpool:re?module=threadpool-re&amp;revision=2016-04-09</capability>
</yang-module-capabilities>
</node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment