RPC to delete link
[transportpce.git] / api / src / main / yang / networkutils@2017-08-18.yang
index 923094754024f4c1bef17b305f5de287857a7330..d4f872781c2cf3db858b940888c130b6da1c7499 100644 (file)
@@ -83,4 +83,18 @@ module networkutils {
             }
         }
     }
+    rpc delete-link {
+        description "This rpc deletes a given link in openroadm Topology layer";
+        input {
+            leaf link-id {
+                type string;
+            }
+        }
+        output {
+            leaf result {
+              type string;
+            }
+        }
+    }
+
 }