Dimitrios Mavrommatis | 92d93d5 | 2017-12-02 13:23:27 -0800 | [diff] [blame^] | 1 | curl -i --header "Content-type: application/json" --request POST -u onos:rocks --data '{ |
2 | "dpns": [ | ||||
3 | { | ||||
4 | "dpn-id": "dpn1", | ||||
5 | "dpn-name": "site1-anchor1", | ||||
6 | "dpn-groups": [ | ||||
7 | "foo" | ||||
8 | ], | ||||
9 | "node-id": "node1", | ||||
10 | "network-id": "network1" | ||||
11 | } | ||||
12 | ] | ||||
13 | }' http://localhost:8181/onos/restconf/data/ietf-dmm-fpcagent:tenants/tenant=default/fpc-topology |