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