Creation of OTS-OMS interfaces
[transportpce.git] / api / src / main / yang / renderer@2017-02-28.yang
index 4b3eea46008b015831b4ed983873b1058cc5777b..d3cb4b77afb088701f399b2ba910a8b0879ac32b 100644 (file)
@@ -69,4 +69,23 @@ module renderer {
       }
     }
   }
+
+  rpc create-ots-oms {
+           input {
+             leaf node-id {
+               type string;
+             }
+             leaf logical-connection-point {
+               type string;
+             }
+           }
+           output {
+             leaf success {
+            type boolean;
+             }
+             leaf result {
+               type string;
+             }
+           }
+         }
 }