NonRT-RIC A1 Northbound API
[nonrtric.git] / sdnc-a1-controller / oam / platform-logic / restapi-templates / src / main / json / self-serve-mS-vlan-tag-assignments.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             "resource-name": ${vt.request[${1}].resource-name}, 
8             "resource-value":  ${vt.request[${1}].resource-value},
9             "scope-id":  ${vt.request[${1}].scope-id},
10             "vlan-tag-key": ${vt.request[${1}].vlan-tag-key}
11         },
12   }
13     ]
14 }