Support multiple nearRtRICs and fix unit-tests
[nonrtric.git] / sdnc-a1-controller / northbound / nonrt-ric-api / model / src / main / yang / NONRT-RIC-API.yang
index b6a2869..806bdc1 100644 (file)
@@ -15,8 +15,8 @@ module A1-ADAPTER-API {
 \r
 ///Flattend interface using RPC\r
 \r
-    //Get a comma separated list of near-rt rics, e.g. domain-name1:port1,domainname2:port2\r
-    //Each item in the returned list will be regarded as one near-rt-ric-id.\r
+    //Get an array of near-rt-ric IDs,\r
+    //Each item in the returned array will be regarded as one near-rt-ric-id.\r
     rpc getNearRT-RICs {\r
         output {\r
             leaf-list near-rt-ric-id-list {\r
@@ -37,11 +37,11 @@ module A1-ADAPTER-API {
             leaf health-status {\r
                 type boolean;\r
             }\r
-        }   \r
+        }\r
     }\r
 \r
-    //Get a comma separated list of integer policy type ids\r
-    //Each item in the returned list will be regarded as one policy-type-id.\r
+    //Get an array of integer policy type ids\r
+    //Each item in the returned array will be regarded as one policy-type-id.\r
     rpc getPolicyTypes {\r
         input {\r
             leaf near-rt-ric-id {\r
@@ -120,8 +120,8 @@ module A1-ADAPTER-API {
         }\r
     }\r
 \r
-    //Get a comma separeated list of string policy instance ids\r
-    //Each item in the returned list will be regarded as one policy-instance-id.\r
+    //Get an array of string policy instance ids\r
+    //Each item in the returned array will be regarded as one policy-instance-id.\r
     rpc getPolicyInstances {\r
         input {\r
             leaf near-rt-ric-id {\r
@@ -156,7 +156,7 @@ module A1-ADAPTER-API {
             }\r
         }\r
     }\r
-    \r
+\r
     ///Get a policy instance\r
     rpc getPolicyInstance {\r
         input {\r
@@ -176,7 +176,7 @@ module A1-ADAPTER-API {
             }\r
         }\r
     }\r
-    \r
+\r
     //Delete a policy instance\r
     rpc deletePolicyInstance {\r
         input {\r