Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / databaseInteraction / client_get_request_ConfigRegistry.xml
1 <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <get-config>
3         <source>
4             <running/>
5         </source>
6         <filter type="xpath" select="/top/jmxbean[objectName='org.opendaylight.controller:type=ConfigRegistry']"/>
7     </get-config>
8 </rpc>