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