Merge "Sample consumer to get kafka broker from ICS"
[nonrtric.git] / sdnc-a1-controller / northbound / nonrt-ric-api / model / src / main / yang / NONRT-RIC-API.yang
diff --git a/sdnc-a1-controller/northbound/nonrt-ric-api/model/src/main/yang/NONRT-RIC-API.yang b/sdnc-a1-controller/northbound/nonrt-ric-api/model/src/main/yang/NONRT-RIC-API.yang
deleted file mode 100644 (file)
index 1933660..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-//-\r
-// ============LICENSE_START=======================================================\r
-//  Copyright (C) 2019 Nordix Foundation.\r
-// ================================================================================\r
-// Licensed under the Apache License, Version 2.0 (the "License");\r
-// you may not use this file except in compliance with the License.\r
-// You may obtain a copy of the License at\r
-//\r
-//      http://www.apache.org/licenses/LICENSE-2.0\r
-//\r
-// Unless required by applicable law or agreed to in writing, software\r
-// distributed under the License is distributed on an "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
-// See the License for the specific language governing permissions and\r
-// limitations under the License.\r
-//\r
-// SPDX-License-Identifier: Apache-2.0\r
-// ============LICENSE_END=========================================================\r
-//\r
-module A1-ADAPTER-API {\r
-\r
-    namespace "org:onap:sdnc:northbound:a1-adapter";\r
-\r
-    prefix a1-adapter-api;\r
-\r
-    import ietf-inet-types {\r
-        prefix "inet";\r
-        revision-date "2013-07-15";\r
-    }\r
-\r
-    import ietf-yang-types {\r
-        prefix yang;\r
-    }\r
-\r
-    revision "2020-01-22" {\r
-        description\r
-          "A1 adapter";\r
-    }\r
-\r
-    rpc putA1Policy {\r
-        input {\r
-            leaf near-rt-ric-url {\r
-                type inet:uri;\r
-            }\r
-            leaf body {\r
-                type string;\r
-            }\r
-        }\r
-        output {\r
-            leaf body {\r
-                type string;\r
-            }\r
-            leaf http-status {\r
-                type int32;\r
-            }\r
-        }\r
-    }\r
-\r
-    rpc getA1Policy {\r
-        input {\r
-            leaf near-rt-ric-url {\r
-                type inet:uri;\r
-            }\r
-        }\r
-        output {\r
-            leaf body {\r
-                type string;\r
-            }\r
-            leaf http-status {\r
-                type int32;\r
-            }\r
-        }\r
-    }\r
-\r
-    rpc getA1PolicyStatus {\r
-        input {\r
-            leaf near-rt-ric-url {\r
-                type inet:uri;\r
-            }\r
-        }\r
-        output {\r
-            leaf body {\r
-                type string;\r
-            }\r
-            leaf http-status {\r
-                type int32;\r
-            }\r
-        }\r
-    }\r
-\r
-    rpc getA1PolicyType {\r
-        input {\r
-            leaf near-rt-ric-url {\r
-                type inet:uri;\r
-            }\r
-        }\r
-        output {\r
-            leaf body {\r
-                type string;\r
-            }\r
-            leaf http-status {\r
-                type int32;\r
-            }\r
-        }\r
-    }\r
-\r
-    rpc deleteA1Policy {\r
-        input {\r
-            leaf near-rt-ric-url {\r
-                type inet:uri;\r
-            }\r
-        }\r
-        output {\r
-            leaf body {\r
-                type string;\r
-            }\r
-            leaf http-status {\r
-                type int32;\r
-            }\r
-        }\r
-    }\r
-}
\ No newline at end of file