Reduce exception guard
[netconf.git] / restconf / restconf-nb / src / test / resources / notifications / xml / output / data_change_notification_toaster_status_NUMBER.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <notification xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
3     <eventTime>2016-11-10T04:45:31+01:00</eventTime>
4     <data-changed-notification xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote">
5         <data-change-event>
6             <path>/toaster:toaster/toaster:toasterStatus</path>
7             <operation>updated</operation>
8             <data>
9                 <toasterStatus xmlns="http://netconfcentral.org/ns/toaster">1</toasterStatus>
10             </data>
11         </data-change-event>
12     </data-changed-notification>
13 </notification>