From 0c7427d61a9ba80527460e9bf6cda7a5bc6cc122 Mon Sep 17 00:00:00 2001 From: chenkai Date: Thu, 26 Aug 2021 19:55:27 +0800 Subject: New DGs added for CCVPN scenario enhancement. Add performance data collection API and service Issue-ID: CCSDK-3389 Signed-off-by: kai chen Change-Id: I4ba2796e5817df319aaf21d75f811e487b11f9f7 --- .../yang/src/main/yang/GENERIC-RESOURCE-API.yang | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'generic-resource-api/model') 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 -- cgit 1.2.3-korg