Stubpce Update
[transportpce.git] / api / src / main / yang / service_path / transportpce-service-path@2017-04-26.yang
index dd517b4b0298d2b46a23d6b6e2b8e11d312ddff4..41022a306f9caf3b76f50b1dc49c7e2799fad912 100644 (file)
@@ -140,6 +140,27 @@ module transportpce-servicepath {
       uses transportpce-common-service-path-types:service-path;
     }
   }
+
+  grouping stubpce-path-description {
+      leaf path-name {
+          type string;
+          description
+            "Identifier for the pathDescription to be created in
+             the ROADM network, e.g., CLFI, CLCI, etc.";
+          mandatory true;
+        }
+      uses transportpce-pathDescription:path-description;
+  }
+
+  container path-description-list {
+    description
+      "List of pathDescription. Can only be created, deleted, modified, etc. using special RPCs.";
+    list pathDescriptions {
+      key "path-name";
+      uses stubpce-path-description;
+    }
+  }
+
 notification service-path-rpc-result {
     description
       "This Notification indicates result of  service RPC";