-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.json
52 lines (52 loc) · 1.28 KB
/
input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"header": {
"id": "e106e79b-ad9a-4c9c-ade7-b49c58ff53fb",
"runId": "08501a2a-4245-4804-8e1a-9303b49f6277",
"startTime": "2024-03-21T12:00:00",
"name": "ldes-source",
"title": "Harvester – LDES source",
"version": "2.0.0",
"context": "DEU",
"transport": "payload"
},
"body": {
"segments": [
{
"header": {
"name": "piveau-consus-importing-ldes",
"segmentNumber": 1,
"title": "Importing LD Event Sstream",
"processed": false
},
"body": {
"endpoint": {
"address": "http://localhost:3000/",
"mehtod": "PUT",
"protocol": "http"
},
"config": {
"url": "https://mumo.ilabt.imec.be/ldes/default",
"catalogue": "dane-gov-pl",
"stateFile": "/tmp/test.json",
"ordered": "ascending"
}
}
},
{
"header": {
"name": "piveau-consus-exporting-hub",
"segmentNumber": 2,
"title": "Exporting hub",
"processed": false
},
"body": {
"endpoint": {
"address": "http://localhost:3001/",
"mehtod": "PUT",
"protocol": "http"
}
}
}
]
}
}