summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/self-serve-mS-vlan-tag-unassignments.json
blob: aeb6b3642189929cff6d860270343ebcd5506626 (plain)
1
2
3
4
5
6
7
8
9
10
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}
        },
  }
    ]
}