blob: de3f1008c1c287701e360007eaad4b621e7134cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"simulatorParams": {
"repeatCount": 2,
"repeatInterval": 5
},
"templateName": "notificationHttpServer.json",
"patch": {
"event": {
"commonEventHeader": {
"domain": "notification",
"eventName": "vFirewallBroadcastPackets",
"eventId": "#RandomString(10)",
"priority": "Normal",
"reportingEntityName": "myVNF",
"sequence": 1,
"sourceName": "ClosedLoopVNF",
"startEpochMicrosec": 1531616794,
"lastEpochMicrosec": 1531719042,
"vesEventListenerVersion": "7.0.1",
"version": "4.0.1"
}
}
}
}
|