From 3aedba79059dc208e9e84f4fe9ce844aa70c3b2b Mon Sep 17 00:00:00 2001 From: "Brandon, Bruce (bb2697)" Date: Thu, 30 Jan 2020 15:36:21 +0000 Subject: [PATCH] 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) --- generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 3 +++ 1 file changed, 3 insertions(+) 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; + } } } } -- 2.16.6