X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=generic-resource-api%2Fmodel%2Fyang%2Fsrc%2Fmain%2Fyang%2FGENERIC-RESOURCE-API.yang;h=44d0507baf0146e564fc9f1da7e1dd49e65feaba;hb=refs%2Fchanges%2F08%2F123608%2F1;hp=4d1aa114b7056abf8e4aab9716bd4439d5bc2239;hpb=a3e1cdec413a807c07077ee1657e76fd44448d6d;p=sdnc%2Fnorthbound.git 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