summaryrefslogtreecommitdiffstats
path: root/northbound/dmaap-listener/lib/template-generic-vnf.vt
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/dmaap-listener/lib/template-generic-vnf.vt')
-rw-r--r--northbound/dmaap-listener/lib/template-generic-vnf.vt11
1 files changed, 11 insertions, 0 deletions
diff --git a/northbound/dmaap-listener/lib/template-generic-vnf.vt b/northbound/dmaap-listener/lib/template-generic-vnf.vt
new file mode 100644
index 000000000..d57c9a0a4
--- /dev/null
+++ b/northbound/dmaap-listener/lib/template-generic-vnf.vt
@@ -0,0 +1,11 @@
+{
+ "input": {
+ "common-header": {
+ "request-id": "$req_id",
+ "timestamp": "$curr_time",
+ "originator-id": "AAI",
+ "api-ver": "2.00"
+ },
+ "payload": $full_message
+ }
+} \ No newline at end of file