aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang
diff options
context:
space:
mode:
Diffstat (limited to 'generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang')
-rw-r--r--generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang19
1 files changed, 19 insertions, 0 deletions
diff --git a/generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang
index 4d1aa114..44d0507b 100644
--- a/generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/yang/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -30,6 +30,10 @@ module GENERIC-RESOURCE-API {
uses service-operation-information;
uses service-topology;
uses service-level-oper-status;
+ leaf controller-ipv4-address {
+ type string;
+ mandatory false;
+ }
container networks {
list network {
key "network-id";
@@ -4234,4 +4238,19 @@ module GENERIC-RESOURCE-API {
}
}
+ rpc collectPerformanceData {
+ input {
+ uses sdnc-request-header;
+ uses request-information;
+ uses service-information;
+ leaf controller-ipv4-address {
+ type string;
+ mandatory false;
+ }
+ }
+ output {
+ uses topology-response-common;
+ }
+ }
+
} ////closes the module