aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/aai/templates/aai_bulk.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/aai/templates/aai_bulk.json.j2')
-rw-r--r--src/onapsdk/aai/templates/aai_bulk.json.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/src/onapsdk/aai/templates/aai_bulk.json.j2 b/src/onapsdk/aai/templates/aai_bulk.json.j2
new file mode 100644
index 0000000..40a97bd
--- /dev/null
+++ b/src/onapsdk/aai/templates/aai_bulk.json.j2
@@ -0,0 +1,11 @@
+{
+ "operations": [
+ {% for operation in operations %}
+ {
+ "action": "{{ operation.action }}",
+ "uri": "{{ operation.uri }}",
+ "body": {{ operation.body }}
+ }{% if not loop.last %},{% endif %}
+ {% endfor %}
+ ]
+} \ No newline at end of file