Create VES client example for domain 'stateChange'
[oam.git] / solution / dev / ves-test-collector / README.md
index 7c92a57..40acdef 100644 (file)
@@ -9,7 +9,7 @@ define within '.env' file
 ```
 EXT_VES_PORT=30007
 VES_API=7
-VES_FORMAT_FILE=CommonEventFormat_30.1_ONAP.json
+VES_FORMAT_FILE=CommonEventFormat_30.2.1_ONAP.json
 LOCAL_VES_MOUNT=/var/tmp/ves-v7
 ```
 
@@ -17,7 +17,7 @@ this would mean:
 
  *  ves-testcollector URL is <ip_host>:30007/eventListener/v7
  *  logs are stored on docker host  /var/tmp/VES.V7/logs
- *  VES format file is 'CommonEventFormat_30.1_ONAP.json'
+ *  VES format file is 'CommonEventFormat_30.2.1_ONAP.json'
  *  
  ## USAGE