diff options
author | 2018-06-12 23:11:15 -0400 | |
---|---|---|
committer | 2018-06-12 23:54:25 -0400 | |
commit | 72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f (patch) | |
tree | 9cfacefcb3543589bff774f9f40cc7fd548e8430 /src/test/resources/optical-router-spike-event.json | |
parent | 7753d7e90f5d91b143043a642e90dd30806da2ba (diff) |
Fix Spike Event Processing with Common Format
Issue-ID: AAI-1215
Change-Id: Ic6b575e9194d00cc0da9229cdb532869357e37e5
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'src/test/resources/optical-router-spike-event.json')
-rw-r--r-- | src/test/resources/optical-router-spike-event.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/resources/optical-router-spike-event.json b/src/test/resources/optical-router-spike-event.json new file mode 100644 index 0000000..05efe48 --- /dev/null +++ b/src/test/resources/optical-router-spike-event.json @@ -0,0 +1,24 @@ +{ + "header": { + "request-id": "c0a81fa7-5ef4-49cd-ab39-e42c53c9b9a4", + "timestamp": "20180309T121130Z", + "source-name": "SPIKE", + "event-type": "$EVENT_TYPE" + }, + "body": { + "timestamp": 1514927928167, + "operation": "$OPERATION_TYPE", + "vertex": { + "properties": { + "router-id": "optronicGatewayEast", + "brand": "optronix", + "version": "0.9.123b", + "bandwidth": "1Tbps" + }, + "key": "$ENTITY_KEY", + "type": "optical-router", + "schema-version": "v21" + } + }, + "result": "SUCCESS" +} |