aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-04-06 10:37:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-06 10:37:23 +0000
commit289e8fe0ee45610981a8ea3a619d323c36807e32 (patch)
tree2cad8f46a68c4abbaaece36d669ad8cb531fa949 /sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang
parent50b7033a87ea120dc2f317ab69b0b972013bb3a1 (diff)
parent24cac2175588a81a2ebecb5c08b91455cfc24d0b (diff)
Merge "source out odl mapper"
Diffstat (limited to 'sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang')
-rw-r--r--sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang24
1 files changed, 21 insertions, 3 deletions
diff --git a/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang b/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang
index 8509007e1..84c43d52b 100644
--- a/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang
+++ b/sdnr/wt/data-provider/model/src/main/yang/data-provider@2020-11-10.yang
@@ -104,6 +104,10 @@ module data-provider {
description
"list of GUI Cut through entries";
}
+ enum userdata {
+ description
+ "user specific data. id=username";
+ }
}
description
"Data type and alias for elasticsearch or table name for SQL database.";
@@ -556,7 +560,11 @@ module data-provider {
description
"An object class describing a mediator server entity.";
}
-
+ container mediator-server {
+ description
+ "builder";
+ uses mediator-server-entity;
+ }
grouping pmdata-base {
description
"Performance data base information";
@@ -1260,6 +1268,11 @@ module data-provider {
description
"current connection status. default Disconnected";
}
+ leaf tls-key {
+ type string;
+ description
+ "TLS key-id in MD-SAL";
+ }
description
"An object class defining the NetConf connection towards a
NetConf server. ";
@@ -1324,6 +1337,11 @@ module data-provider {
description
"The filter information for the corresponding property.";
}
+ leaf-list filtervalues {
+ type string;
+ description
+ "The filter information for the corresponding property.";
+ }
description
"List with filter criteria. Not listed means all.";
}
@@ -1406,12 +1424,12 @@ module data-provider {
type string;
mandatory true;
description
- "Unique database id, node-id/uuid";
+ "Unique database id, node-id";
}
leaf name {
type string;
description
- "Mountpoint Name";
+ "Name of the system to which a GUI Cutthrough session will be established";
}
leaf weburi {
type string;