Make ListenerAdapter serialize JSON directly
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-create.xml
1 <notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
2     <eventTime>2020-10-19T12:21:02.876756+02:00</eventTime>
3     <data-changed-notification>
4         <data-changed-event>
5             <path>/instance-identifier-patch-module:patch-cont</path>
6             <data>
7                 <patch-cont xmlns="instance:identifier:patch:module">
8                     <my-list1>
9                         <name>Althea</name>
10                         <my-leaf11>Jed</my-leaf11>
11                     </my-list1>
12                 </patch-cont>
13             </data>
14             <operation>created</operation>
15         </data-changed-event>
16     </data-changed-notification>
17 </notification>