self-serve dg patch
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / self-serve-mS-vlan-tag-unassignments.json
1 {
2     "input": [
3   ${repeat:vt.request_length:
4         {
5             "policy-instance-name": ${vt.request[${1}].policy-instance-name},
6             "vlan-type":  ${vt.request[${1}].vlan-type},
7             "vlan-tag-key": ${vt.request[${1}].vlan-tag-key}
8         },
9   }
10     ]
11 }