summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/editConfig-response-all-parameters.xml
blob: f4a789fea3ac919ddafa749d949664eb777107b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>
<default-operation>customDefaultOperation</default-operation>
<config xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0">
customNewConfiguration
</config>
</edit-config>
</rpc>