aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json b/platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json
new file mode 100644
index 00000000..1699a737
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/ts-allocate-tn-sliceG-list.json
@@ -0,0 +1,22 @@
+{
+ "ietf-optical-slice:input": {
+ "otn-tunnel-list": [
+
+ ${repeat:otn-tunnel-sliceG-list_length:
+ {
+ "tunnel-name": ${otn-tunnel-sliceG-list[${1}].request-id},
+ "source": ${otn-tunnel-sliceG-list[${1}].otn-source-node},
+ "destination": ${otn-tunnel-sliceG-list[${1}].otn-dest-node},
+ "tunnel-bandwidth": ${otn-tunnel-sliceG-list[${1}].bw-odu},
+ "src-tunnel-tp-id": ${otn-tunnel-sliceG-list[${1}].src-ttp-id},
+ "dst-tunnel-tp-id": ${otn-tunnel-sliceG-list[${1}].dst-ttp-id}
+ },
+ }
+
+ ],
+
+ "slice-id": ${slice-instance-id}
+
+ }
+}
+