18539521445cce590d2209bf84574329e2120a27
[externalapi/nbi.git] / src / test / resources / karatetest / data / subscriber.json
1 [
2
3   {
4     "callback": "http://localhost:8080/test",
5     "query": "eventType = ServiceOrderCreationNotification"
6   },
7   {
8     "callback": "http://localhost/test",
9     "query": "eventType=ServiceOrderStateChangeNotification"
10   },
11   {
12     "callback": "http://localhost/test",
13     "query": "eventType=ServiceOrderItemStateChangeNotification"
14   },
15   {
16     "callback": "http://localhost:8080/nbi/api/v3/test/listener",
17     "query": "eventType=ServiceOrderStateChangeNotification"
18   }
19 ]