X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fclient-scripts-ves-v7%2Fjson%2Ftemplates%2Fnotification.json;fp=solution%2Fdev%2Fclient-scripts-ves-v7%2Fjson%2Ftemplates%2Fnotification.json;h=03552f7d5ab9b0337154b275f0f4880619e29342;hb=86b92e82e31a1c948dbc7c78517978aaee31a0b8;hp=0000000000000000000000000000000000000000;hpb=aca16f72ab8e1dfa3ef53c213e453d654c15c0ad;p=oam.git diff --git a/solution/dev/client-scripts-ves-v7/json/templates/notification.json b/solution/dev/client-scripts-ves-v7/json/templates/notification.json new file mode 100644 index 0000000..03552f7 --- /dev/null +++ b/solution/dev/client-scripts-ves-v7/json/templates/notification.json @@ -0,0 +1,35 @@ +{ + "event": { + "commonEventHeader": { + "domain": "@domain@", + "eventId": "@eventId@", + "eventName": "@domain@_@eventType@", + "eventType": "@eventType@", + "sequence": 0, + "priority": "Low", + "reportingEntityId": "", + "reportingEntityName": "@controllerName@", + "sourceId": "", + "sourceName": "@pnfId@", + "startEpochMicrosec": "@timestamp@", + "lastEpochMicrosec": "@timestamp@", + "nfNamingCode": "@type@", + "nfVendorName": "@vendor@", + "timeZoneOffset": "+00:00", + "version": "4.1", + "vesEventListenerVersion": "7.2.1" + }, + "notificationFields": { + "additionalFields": { + "eventTime": "@eventTime@" + }, + "changeContact": "@controllerName@", + "changeIdentifier": "@pnfId@", + "changeType": "informal", + "newState": "all-good", + "oldState": "not-too-bad", + "notificationFieldsVersion": "2.0", + "stateInterface": "@interface@" + } + } +} \ No newline at end of file