Init version
[oam.git] / solution / dev / ves-test-collector / client-scripts-ves-v7 / READMEpy.md
1 # VES Events
2
3 VES: Virtual Event Streaming (HTTP1.1/json-schema)
4
5 This document describes sending of VES events according to 
6 [VES 7.2.1](https://gerrit.onap.org/r/gitweb?p=dcaegen2/collectors/ves.git;a=blob;f=etc/CommonEventFormat_30.2.1_ONAP.json) 
7 as expected by O-RAN Operation and Maintenance Interface Specification. 
8
9 ## Prerequisites
10
11 Python3 is expected to run the scripts.
12
13 ```
14 pip3 install requests
15 ```
16
17 ## VES Domains
18
19 The syntax of a single VES event is devices into a common header and an event
20 specific body.
21
22 The event specific bodies are are identified by the VES domain.
23
24 ### VES Domain "fault"
25
26 tbd.
27
28 ### VES Domain "heartbeat",
29
30 tbd.
31
32 ### VES Domain "measurement",
33
34 tbd.
35
36 ### VES Domain "mobileFlow",
37
38 tbd.
39
40 ### VES Domain "notification",
41
42 tbd.
43
44 ### VES Domain "other",
45
46 tbd.
47
48 ### VES Domain "perf3gpp",
49
50 tbd.
51
52 ### VES Domain "pnfRegistration",
53
54 tbd.
55
56 ### VES Domain "sipSignaling",
57
58 tbd.
59
60 ### VES Domain "stateChange",
61
62 tbd.
63
64 ### VES Domain "stndDefined",
65
66 tbd.
67
68 ### VES Domain "syslog",
69
70 tbd.
71
72 ### VES Domain "thresholdCrossingAlert",
73
74 tbd.
75
76 ### VES Domain "voiceQuality"
77
78 tbd.