aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json83
1 files changed, 56 insertions, 27 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json b/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json
index 465b9545..7cd0d528 100644
--- a/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json
+++ b/platform-logic/restapi-templates/src/main/json/ts-otn-tunnel-domainG.json
@@ -3,36 +3,65 @@
"tunnels": {
"tunnel": [
{
- "source": ${src-node-id},
- "destination": ${dst-node-id},
- "ietf-otn-tunnel:src-tpn": ${src-tpn-id},
- "src-ttp-id": ${src-ttp-id},
- "ietf-otn-tunnel:dst-tpn": ${dst-tpn-id},
- "dst-ttp-id": ${dst-ttp-id},
- "te-bandwidth": {
- "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODUFlex-gfp",
- "ietf-otn-tunnel:gfp-n": ${gfp-n}
- },
- "ietf-otn-tunnel:dst-tributary-slot-count": 1,
- "ietf-optical-slice:slice-id": ${slice-instance-id},
- "encoding": "ietf-te-types:lsp-encoding-oduk",
"name": ${otn-tunnel-name-domainG},
- "restoration": {
- "enable": "false",
- "hold-off-time": "0",
- "restoration-reversion-disable": "true",
- "restoration-type": "ietf-te-types:lsp-restoration-restore-any",
- "wait-to-revert": "0"
- },
- "switching-type": "ietf-te-types:switching-otn",
- "te-topology-identifier": {
- "client-id": ${client-id},
- "provider-id": ${provider-id},
- "topology-id": ${topology-id}
- },
- "provisioning-state": "ietf-te-types:tunnel-state-up"
+ "source": ${src-node-id},
+ "destination": ${dst-node-id},
+ "src-tunnel-tp-id": ${src-ttp-id},
+ "dst-tunnel-tp-id": ${dst-ttp-id},
+ "te-bandwidth": {
+ "ietf-otn-tunnel:otn": {
+ "ietf-otn-tunnel:odu-type": "ietf-layer1-types:ODUflex",
+ "ietf-otn-tunnel:gfp-n": ${gfp-n}
+ }
+ },
+ "encoding": "ietf-te-types:lsp-encoding-oduk",
+ "switching-type": "ietf-te-types:switching-otn",
+ "protection": {
+ "enable": "true",
+ "hold-off-time": "0",
+ "protection-reversion-disable": "true",
+ "protection-type": "ietf-te-types:lsp-protection-unprotected",
+ "wait-to-revert": "0"
+ },
+ "admin-state": "ietf-te-types:tunnel-admin-state-up",
+ "primary-paths":{
+ "primary-path" :[
+ {
+ "name":"primary",
+ "path-in-segment":{
+ "label-restrictions":{
+ "label-restriction":[
+ {
+ "index" :1,
+ "label-start":{
+ "te-label":{
+ "ietf-otn-tunnel:otn-tpn": ${src-tpn-id}
+ }
+ }
+ }
+ ]
+ }
+ },
+ "path-out-segment":{
+ "label-restrictions":{
+ "label-restriction":[
+ {
+ "index" :1,
+ "label-start":{
+ "te-label":{
+ "ietf-otn-tunnel:otn-tpn": ${dst-tpn-id}
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
}
+ }
]
}
}
}
+