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