aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/karatetest/data/subscriber.json
blob: 18539521445cce590d2209bf84574329e2120a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[

  {
    "callback": "http://localhost:8080/test",
    "query": "eventType = ServiceOrderCreationNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderStateChangeNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderItemStateChangeNotification"
  },
  {
    "callback": "http://localhost:8080/nbi/api/v3/test/listener",
    "query": "eventType=ServiceOrderStateChangeNotification"
  }
]