- Support for the Transport Slicing use-case to work with the updated YANG models
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / ts-otn-tunnel-domainG.json
index 465b954..7cd0d52 100644 (file)
@@ -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}
+                  }
+                  }
+                  }
+                  ]
+                }
+              }
+            }
+          ]
         }
+      }
       ]
     }
   }
 }
+