Fix Spike Event Processing with Common Format
[aai/data-router.git] / src / test / resources / optical-router-spike-event.json
1 {
2   "header": {
3     "request-id": "c0a81fa7-5ef4-49cd-ab39-e42c53c9b9a4",
4     "timestamp": "20180309T121130Z",
5     "source-name": "SPIKE",
6     "event-type": "$EVENT_TYPE"
7   },
8   "body": {
9     "timestamp": 1514927928167,
10     "operation": "$OPERATION_TYPE",
11     "vertex": {
12       "properties": {
13         "router-id": "optronicGatewayEast",
14         "brand": "optronix",
15         "version": "0.9.123b",
16         "bandwidth": "1Tbps"
17       },
18       "key": "$ENTITY_KEY",
19       "type": "optical-router",
20       "schema-version": "v21"
21     }
22   },
23   "result": "SUCCESS"
24 }