summaryrefslogtreecommitdiffstats
path: root/src/test/resources/ves7_valid.json
diff options
context:
space:
mode:
authoredyta <edyta.krukowska@nokia.com>2020-07-01 11:09:37 +0200
committeredyta <edyta.krukowska@nokia.com>2020-07-08 09:49:37 +0200
commita58f199454d965305e68c8f7e2d41bf469ec9fc8 (patch)
tree1452e17875bc743cc0c13b810aea3864fe318a78 /src/test/resources/ves7_valid.json
parenteca7d951a7632b8d8e745ca6552eff1ab8e536bb (diff)
Update VES Collector schema and properties
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6b89f4bc8ff0c2a9e51e94dc7d464608a7c153f2
Diffstat (limited to 'src/test/resources/ves7_valid.json')
-rw-r--r--src/test/resources/ves7_valid.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/test/resources/ves7_valid.json b/src/test/resources/ves7_valid.json
deleted file mode 100644
index 19116b15..00000000
--- a/src/test/resources/ves7_valid.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "event": {
- "commonEventHeader": {
- "version": "4.0.1",
- "vesEventListenerVersion": "7.0.1",
- "domain": "fault",
- "eventName": "Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion",
- "eventId": "fault0000245",
- "sequence": 1,
- "priority": "High",
- "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
- "reportingEntityName": "ibcx0001vm002oam001",
- "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
- "sourceName": "scfx0001vm002cap001",
- "nfVendorName": "Ericsson",
- "nfNamingCode": "scfx",
- "nfcNamingCode": "ssc",
- "startEpochMicrosec": 1413378172000000,
- "lastEpochMicrosec": 1413378172000000,
- "timeZoneOffset": "UTC-05:30"
- },
- "faultFields": {
- "faultFieldsVersion": "4.0",
- "alarmCondition": "PilotNumberPoolExhaustion",
- "eventSourceType": "other",
- "specificProblem": "Calls cannot complete - pilot numbers are unavailable",
- "eventSeverity": "CRITICAL",
- "vfStatus": "Active",
- "alarmAdditionalInformation": {
- "PilotNumberPoolSize": "1000"
- }
- }
- }
-}