From ac4ab50bdf312a1824388acbb9908c31f2b39c1a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 20 Mar 2020 14:34:13 +0100 Subject: Pretty print json files in vnfs/ Fixing json files to conform to linter rules. Change-Id: I88556796ebf7737bc82db1ab0675b943061c6354 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- .../evel-library/code/VESreporting_HB/hb_config.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'vnfs/VES5.0/evel/evel-library/code/VESreporting_HB') diff --git a/vnfs/VES5.0/evel/evel-library/code/VESreporting_HB/hb_config.json b/vnfs/VES5.0/evel/evel-library/code/VESreporting_HB/hb_config.json index db32d2db..66e3c928 100644 --- a/vnfs/VES5.0/evel/evel-library/code/VESreporting_HB/hb_config.json +++ b/vnfs/VES5.0/evel/evel-library/code/VESreporting_HB/hb_config.json @@ -1,13 +1,13 @@ { - "tmp_directParameters": { - "eventType": "platform", - "eventName": "Heartbeat_VNF-AT&T_heartbeat", - "nfcNamingCode": "ssc", - "nfNamingCode": "scfx", - "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234", - "reportingEntityName": "ibcx0001vm002oam001", - "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014", - "sourceName": "scfx0001vm002cap001", - "heartbeatInterval": 10 + "tmp_directParameters": { + "eventType": "platform", + "eventName": "Heartbeat_VNF-AT&T_heartbeat", + "nfcNamingCode": "ssc", + "nfNamingCode": "scfx", + "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234", + "reportingEntityName": "ibcx0001vm002oam001", + "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014", + "sourceName": "scfx0001vm002cap001", + "heartbeatInterval": 10 } } -- cgit 1.2.3-korg