blob: 14dfdb8228d7689a03f6ba43f83e436666840fc8 (
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/v4/test/listener",
"query": "eventType=ServiceOrderStateChangeNotification"
}
]
|