VES: Virtual Event Streaming (HTTP1.1/json-schema)
This document describes sending of VES events according to VES 7.2.1 as expected by O-RAN Operation and Maintenance Interface Specification.
Python3 is expected to run the scripts.
pip3 install requests
The syntax of a single VES event is devices into a common header and an event specific body.
The event specific bodies are are identified by the VES domain.
tbd.
The script simulates a VES event of domain "heartbeat" from SDN-R to DCAE VES-Collector.
The following example show the usage of this script:
python3 sendVesHeartbeat.py
tbd.
tbd.
The script simulates a VES event of domain "notification" from a physical network-function to DCAE VES-Collector.
The following example show the usage of this script:
python3 sendVesNotification.py --pnfId nSky
tbd.
tbd.
tbd.
tbd.
The script simulates a VES event of domain "stateChange" from a physical network-function to DCAE VES-Collector.
The following example show the usage of this script:
python3 sendVesStateChange.py --pnfId nSky
tbd.
tbd.
tbd.
tbd.