From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- .../es-resources/types/distributionengineevent.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 asdctool/src/main/resources/es-resources/types/distributionengineevent.txt (limited to 'asdctool/src/main/resources/es-resources/types/distributionengineevent.txt') diff --git a/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt b/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt new file mode 100644 index 0000000000..a261042720 --- /dev/null +++ b/asdctool/src/main/resources/es-resources/types/distributionengineevent.txt @@ -0,0 +1,13 @@ +{ + "action": "ACTION", + "timestamp": "TIMESTAMP", + "requestId": "REQUEST_ID", + "serviceInstanceId": "SERVICE_INSTANCE_ID", + "desc": "DESC", + "status": "STATUS", + "consumerId": "CONSUMER_ID", + "role": "ROLE", + "topicName": "TOPIC_NAME", + "apiKey": "API_KEY", + "environmentName": "D_ENV" +} \ No newline at end of file -- cgit 1.2.3-korg