aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/ves7_invalid_30_1_1_event.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-07-08 23:17:02 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-08 23:17:02 +0000
commit043c0b81696fdd8c5d08f9a63b5d10455011f5ab (patch)
tree5210ed9623a1b479e4631afe6d697df2ea2ebbd0 /src/test/resources/ves7_invalid_30_1_1_event.json
parent34a204f287a0095c31ede1771d794b95e81666c0 (diff)
parenta58f199454d965305e68c8f7e2d41bf469ec9fc8 (diff)
Merge "Update VES Collector schema and properties"
Diffstat (limited to 'src/test/resources/ves7_invalid_30_1_1_event.json')
-rw-r--r--src/test/resources/ves7_invalid_30_1_1_event.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/test/resources/ves7_invalid_30_1_1_event.json b/src/test/resources/ves7_invalid_30_1_1_event.json
new file mode 100644
index 00000000..74c0a92f
--- /dev/null
+++ b/src/test/resources/ves7_invalid_30_1_1_event.json
@@ -0,0 +1,34 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "version": "4.0.1",
+ "vesEventListenerVersion": "30.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"
+ }
+ }
+ }
+}