Refactoring MDSAL to use the cars/people model
[integration/test.git] / csit / variables / netconf / MDSAL / create-request.msg
1 <rpc message-id="15" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2 <edit-config>
3 <target>
4 <candidate/>
5 </target>
6 <default-operation>create</default-operation>
7 <config>
8 <people xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:people">
9   <person>
10     <id>CUSTBAD</id>
11     <age>99</age>
12   </person>
13 </people>
14 </config>
15 </edit-config>
16 </rpc>