Fix Spike Event Processing with Common Format
[aai/data-router.git] / src / test / resources / vserver-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           "vnf-id": "logServer1",
14           "in-maint": "false",
15           "heat-stack-id": "vserver-12345-678-",
16           "prov-status": "junk",
17           "equipment-role": "ASBG",
18           "ipv4-oam-address": "5.6.7.8",
19           "vnf-name": "GenericVNFIdBpCNtULbEw9",
20           "vnf-type": "asbg",
21           "is-closed-loop-disabled": "false",
22           "orchestration-status": "Running",
23           "aai-node-type": "generic-vnf"      
24       },
25       "key": "$ENTITY_KEY",
26       "type": "vserver",
27       "schema-version": "v13"
28     }
29   },
30   "result": "SUCCESS"
31 }