Add Get function in Netconf execution service for operational commands
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / netconf-executor / src / test / resources / netconf-messages / get-response.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rpc message-id="customMessageId" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3 <get>
4 <filter type="subtree">
5 customConfigType
6 </filter>
7 </get>
8 </rpc>