X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fves-test-collector%2Fclient-scripts-ves-v7%2Fjson%2Ftemplates%2FthresholdCrossingAlert.json;h=fe8b0979baae68eaf368a950cbb771e64f540010;hb=6bc11bbce334d492295ad966650debef910efb39;hp=fcb7948400944fed4235449522d44771fcdc5e1e;hpb=f58b3e1c0d88c9c403cbbef28cb36fa2f1b6bf86;p=oam.git diff --git a/solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/thresholdCrossingAlert.json b/solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/thresholdCrossingAlert.json index fcb7948..fe8b097 100644 --- a/solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/thresholdCrossingAlert.json +++ b/solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/thresholdCrossingAlert.json @@ -1,46 +1,50 @@ { - "event": { - "commonEventHeader": { - "domain": "@domain@", - "eventId": "@eventId@", - "eventName": "@domain@_@eventType@_TCA_@alarm@", - "eventType": "@eventType@_TCA", - "sequence": 0, - "priority": "High", - "reportingEntityId": "", - "reportingEntityName": "@controllerName@", - "sourceId": "", - "sourceName": "@pnfId@", - "startEpochMicrosec": "@timestamp@", - "lastEpochMicrosec": "@timestamp@", - "nfNamingCode": "@type@", - "nfVendorName": "@vendor@", - "timeZoneOffset": "+00:00", - "version": "4.0.1", - "vesEventListenerVersion":"7.0.1" - }, - "thresholdCrossingAlertFields": { - "thresholdCrossingFieldsVersion": "4.0", - "additionalParameters": [], - "alertAction": "@action@", - "alertDescription": "TCA", - "alertType":"INTERFACE-ANOMALY", - "alertValue":"@type@", - "associatedAlertIdList":[], - "collectionTimestamp": "@collectionTimestamp@", - "dataCollector":"", - "elementType": "@type@", - "eventSeverity":"@severity@", - "eventStartTimestamp":"@eventStartTimestamp@", - "interfaceName":"@interface@", - "networkService":"", - "possibleRootCause":"", - "additionalFields": { - "eventTime": "@eventTime@", - "equipType": "@type@", - "vendor":"@vendor@", - "model": "@model@" - } + "event": { + "commonEventHeader": { + "domain": "@domain@", + "eventId": "@eventId@", + "eventName": "@domain@_@eventType@_TCA_@alarm@", + "eventType": "@eventType@_TCA", + "sequence": 0, + "priority": "High", + "reportingEntityId": "", + "reportingEntityName": "@controllerName@", + "sourceId": "", + "sourceName": "@pnfId@", + "startEpochMicrosec": "@timestamp@", + "lastEpochMicrosec": "@timestamp@", + "nfNamingCode": "@type@", + "nfVendorName": "@vendor@", + "timeZoneOffset": "+00:00", + "version": "4.1", + "vesEventListenerVersion": "7.2.1" + }, + "thresholdCrossingAlertFields": { + "thresholdCrossingFieldsVersion": "4.0", + "additionalParameters": [{ + "criticality": "MAJ", + "hashMap": { "additionalProperties": "up-and-down" }, + "thresholdCrossed": "packetLoss" + }], + "alertAction": "@action@", + "alertDescription": "TCA", + "alertType": "INTERFACE-ANOMALY", + "alertValue": "@type@", + "associatedAlertIdList": ["loss-of-signal"], + "collectionTimestamp": "@collectionTimestamp@", + "dataCollector": "data-lake", + "elementType": "@type@", + "eventSeverity": "@severity@", + "eventStartTimestamp": "@eventStartTimestamp@", + "interfaceName": "@interface@", + "networkService": "from-a-to-b", + "possibleRootCause": "always-the-others", + "additionalFields": { + "eventTime": "@eventTime@", + "equipType": "@type@", + "vendor": "@vendor@", + "model": "@model@" + } + } } - } } \ No newline at end of file