Bug 809: Enhancements to the toaster example
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / org / opendaylight / controller / netconf / impl / notused / client_modify_candidate.xml
1 <rpc message-id="103"
2      xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <edit-config>
4         <target>
5             <candidate/>
6         </target>
7         <default-operation>none</default-operation>
8         <test-option>test-then-set</test-option>
9         <error-option>stop-on-error</error-option>
10         <nc:config
11                 xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"
12                 xmlns="uri-for-my-data-model-namespace">
13             <some-existing-node>
14                 <my-new-node nc:operation="create">
15                     <my-new-leaf>7</my-new-leaf>
16                 </my-new-node>
17             </some-existing-node>
18         </nc:config>
19     </edit-config>
20 </rpc>