From 79751b76b823d794542f6207b3ac97e525bcebf8 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Thu, 27 Apr 2023 15:05:16 +0200 Subject: [PATCH] running ./send15minPm.sh FYNG results in "JSON does not conform to schema". - for python the config must be changed to FQDN Which was 'forgotten' in previous commits. Issue-ID: OAM-331 Change-Id: Idf184b41d9ca0acc22dc6134047a18af0e04df0c Signed-off-by: Martin Skorupski --- code/client-scripts-ves-v7/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/client-scripts-ves-v7/config.yml b/code/client-scripts-ves-v7/config.yml index b7d0729..96ccbf0 100644 --- a/code/client-scripts-ves-v7/config.yml +++ b/code/client-scripts-ves-v7/config.yml @@ -20,7 +20,8 @@ ################################################################################ # DCAE VES Collector communication end point vesEndpoint: - url: https://localhost:8443/eventListener/v7 + # url: https://localhost:8443/eventListener/v7 + url: https://ves-collector.oam.smo.o-ran-sc.org/eventListener/v7 username: sample1 password: sample1 verify: False -- 2.16.6