Refactor sliapi springboot
[ccsdk/sli/core.git] / sliapi / model / yang / src / main / yang / sliapi.yang
similarity index 87%
rename from sliapi/model/src/main/yang/sliapi.yang
rename to sliapi/model/yang/src/main/yang/sliapi.yang
index b3272be..98cbb2a 100755 (executable)
@@ -103,25 +103,12 @@ module SLI-API {
     }
 
     rpc healthcheck {
-       // OpenDaylight Fluorine version of restconf cannot handle RPCs with no input
-       input {
-               leaf dummy {
-                       type string;
-               }
-       }
         output {
             uses response-fields;
         }
     }
 
     rpc vlbcheck {
-       // OpenDaylight Fluorine version of restconf cannot handle RPCs with no input
-       input {
-               leaf dummy
-               {
-                       type string;
-               }
-       }
         output {
             uses response-fields;
         }