aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon, Bruce (bb2697) <bb2697@att.com>2020-01-30 15:36:21 +0000
committerBrandon, Bruce (bb2697) <bb2697@att.com>2020-01-30 15:36:21 +0000
commit3aedba79059dc208e9e84f4fe9ce844aa70c3b2b (patch)
tree95e46bb8df229d1c51621e42aef3e1af41eea301
parent2706e94c5116b1de370e482a31b2ad1d610df774 (diff)
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) <bb2697@att.com>
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang3
1 files changed, 3 insertions, 0 deletions
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;
+ }
}
}
}