From: Brandon, Bruce (bb2697) Date: Thu, 30 Jan 2020 15:36:21 +0000 (+0000) Subject: Add payload leaf to GR-API X-Git-Tag: 1.8.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Fnorthbound.git;a=commitdiff_plain;h=3aedba79059dc208e9e84f4fe9ce844aa70c3b2b Add payload leaf to GR-API Add payload leaf to param.resource-resolution-data container to hold request sent to microservices Change-Id: Ia3cef761d109bb72f6c3c3d8854d7857fce1c7b2 Issue-ID: SDNC-1035 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 26f48c81..660b2f83 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 @@ -2652,6 +2652,9 @@ module GENERIC-RESOURCE-API { description "Resource assignment resolution Capability name"; type string; } + leaf payload { + type string; + } } } }