running ./send15minPm.sh FYNG results 01/11001/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Apr 2023 13:05:16 +0000 (15:05 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Apr 2023 13:05:26 +0000 (15:05 +0200)
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 <martin.skorupski@highstreet-technologies.com>
code/client-scripts-ves-v7/config.yml

index b7d0729..96ccbf0 100644 (file)
@@ -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