From: Brandon, Bruce (bb2697) Date: Tue, 13 Nov 2018 22:03:27 +0000 (+0000) Subject: Add vf-module-id to gc-request-input and response X-Git-Tag: 1.5.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Fnorthbound.git;a=commitdiff_plain;h=refs%2Fchanges%2F89%2F72589%2F2 Add vf-module-id to gc-request-input and response Add vf-module-id to gc-request-input and response so async callback can include this for vf-module lookup Change-Id: I4dade4edfdb6c993e91dec88d682500f22197d68 Issue-ID: SDNC-520 Signed-off-by: Brandon, Bruce (bb2697) --- diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang index b03196c3..3cc2dfb4 100644 --- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang +++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang @@ -1882,6 +1882,10 @@ module GENERIC-RESOURCE-API { leaf vnf-id { type string; } + leaf vf-module-id { + description "This is mandatory in case of rebuild"; + type string; + } container input-parameters { uses param; } @@ -1902,6 +1906,10 @@ module GENERIC-RESOURCE-API { leaf vnf-id { type string; } + leaf vf-module-id { + description "This is mandatory in case of rebuild"; + type string; + } leaf vnf-service-instance-id { type string; }