From: Martin Skorupski Date: Thu, 27 Apr 2023 13:05:16 +0000 (+0200) Subject: running ./send15minPm.sh FYNG results X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F11001%2F1;p=oam.git 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 --- 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