aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/getConfig-response-all-parameters.xml
blob: 4135c166b2e609577aeb0ca55b150052a9e143a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="customMessageId" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<customConfigType/>
</source>
<filter type="subtree">
customFilterContent
</filter>
</get-config>
</rpc>