diff options
author | Brandon, Bruce (bb2697) <bb2697@att.com> | 2020-01-30 15:36:21 +0000 |
---|---|---|
committer | Brandon, Bruce (bb2697) <bb2697@att.com> | 2020-01-30 15:36:21 +0000 |
commit | 3aedba79059dc208e9e84f4fe9ce844aa70c3b2b (patch) | |
tree | 95e46bb8df229d1c51621e42aef3e1af41eea301 /generic-resource-api | |
parent | 2706e94c5116b1de370e482a31b2ad1d610df774 (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>
Diffstat (limited to 'generic-resource-api')
-rw-r--r-- | generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang | 3 |
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;
+ }
}
}
}
|