aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/editConfig-response-defaultOperation-null.xml
blob: 8efa46e20c65b47b759f01edce6cb3c53a3c9463 (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">
<edit-config>
<target>
<customConfigType/>
</target>
<config xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
customNewConfiguration
</config>
</edit-config>
</rpc>