X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fves-test-collector%2Fclient-scripts-ves-v7%2FREADME.md;h=fc0b059dfeb91fb19f1bdea2ee80e6557b78a006;hb=4c6b4d1660aa0a1dfcb04c472befeb456f383168;hp=011a4d8fbc32e37f2daeeb39dcc7a69a8f6c2220;hpb=f58b3e1c0d88c9c403cbbef28cb36fa2f1b6bf86;p=oam.git diff --git a/solution/dev/ves-test-collector/client-scripts-ves-v7/README.md b/solution/dev/ves-test-collector/client-scripts-ves-v7/README.md index 011a4d8..fc0b059 100644 --- a/solution/dev/ves-test-collector/client-scripts-ves-v7/README.md +++ b/solution/dev/ves-test-collector/client-scripts-ves-v7/README.md @@ -118,3 +118,19 @@ This script send a VES message of domain "measurementsForVfScaling" to DCAE. The ``` ./send15minPm.sh FYNG ``` + +### sendEventList + +This script send a VES message of domain "fault" AND "heartbeat" as event list to DCAE. It requires three command line parameters: + +1. **equipmentType**: Valid equipment types for 1806 and 1810 are [1234, FYNG, R2D2, 7DEV, nSky, 1OSF] according to document "295672 SDN-R System Requirements". + +2. **alarmType**: or alarm name. Any string which references a supported alarm name of the equipment type. + +3. **severity**: The severity of tha alarm as defined by [VES schema](./json/schema/CommonEventFormat_30.1_ONAP.json). + +The following example show the usage of this script. The alarm "lossOfSignal" for equipment type "nSky" with severtiy "CRITICAL" will be send. + +``` +./sendEventList.sh 1234 lossOfSignal CRITICAL +```