Add vf-module-id to gc-request-input and response 89/72589/2
authorBrandon, Bruce (bb2697) <bb2697@att.com>
Tue, 13 Nov 2018 22:03:27 +0000 (22:03 +0000)
committerBrandon, Bruce (bb2697) <bb2697@att.com>
Wed, 14 Nov 2018 15:15:36 +0000 (15:15 +0000)
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) <bb2697@att.com>
generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang

index b03196c..3cc2dfb 100644 (file)
@@ -1882,6 +1882,10 @@ module GENERIC-RESOURCE-API {
          leaf vnf-id {\r
             type string;\r
          }\r
+         leaf vf-module-id {\r
+            description "This is mandatory in case of rebuild";\r
+            type string;\r
+         }\r
          container input-parameters {\r
             uses param;\r
          }\r
@@ -1902,6 +1906,10 @@ module GENERIC-RESOURCE-API {
          leaf vnf-id {\r
             type string;\r
          }\r
+         leaf vf-module-id {\r
+            description "This is mandatory in case of rebuild";\r
+            type string;\r
+         }\r
          leaf vnf-service-instance-id {\r
             type string;\r
          }\r