Merge "BUG 1839 - HTTP delete of non existing data"
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / subtree / 9 / request.xml
1 <rpc message-id="5"
2      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3   <get-config>
4     <source>
5       <running/>
6     </source>
7     <filter type="subtree">
8       <top xmlns="http://example.com/schema/1.2/config">
9         <users>
10           <user>
11             <name>fred</name>
12               <type xmlns:a="http://java.sun.com/dtd/properties.dtd">a:admin</type>
13             <full-name/>
14           </user>
15         </users>
16       </top>
17     </filter>
18   </get-config>
19 </rpc>