Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / ts-allocate-tn-slice.json
1 {
2   "ietf-optical-slice:input": {
3     "otn-tunnel-list": [
4       {
5          "tunnel-name": ${request-id},
6          "source": ${otn-source-node},
7          "destination": ${otn-dest-node},
8          "tunnel-bandwidth": ${bw-odu},
9          "src-tunnel-tp-id": ${src-ttp-id},
10          "dst-tunnel-tp-id": ${dst-ttp-id}
11       }
12      ],
13     "slice-id": ${slice-instance-id}
14    }
15 }
16