Add ORAN Python SDK first draft
[it/dep.git] / smo-install / test / pythonsdk / src / oransdk / enrichmentservice / templates / EiJob.json.j2
diff --git a/smo-install/test/pythonsdk/src/oransdk/enrichmentservice/templates/EiJob.json.j2 b/smo-install/test/pythonsdk/src/oransdk/enrichmentservice/templates/EiJob.json.j2
new file mode 100644 (file)
index 0000000..003c70f
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "eiTypeId": "type1",
+    "jobResultUri": "https://ricsim_g3_1:8185/datadelivery",
+    "jobOwner": "ricsim_g3_1",
+    "jobStatusNotificationUri": "http://producer:80/",
+    "jobDefinition": {
+        "jobparam1": "value1_job1",
+        "jobparam2": "value2_job1",
+        "jobparam3": "value3_job1"
+    }
+}
\ No newline at end of file