aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json b/platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json
new file mode 100644
index 00000000..acf5e656
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-assignments.json
@@ -0,0 +1,14 @@
+{
+ "input": [
+ ${repeat:vt.request_length:
+ {
+ "policy-instance-name": ${vt.request[${1}].policy-instance-name},
+ "vlan-type": ${vt.request[${1}].vlan-type},
+ "resource-name": ${vt.request[${1}].resource-name},
+ "resource-value": ${vt.request[${1}].resource-value},
+ "scope-id": ${vt.request[${1}].scope-id},
+ "vlan-tag-key": ${vt.request[${1}].vlan-tag-key}
+ },
+ }
+ ]
+}