diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-05 13:53:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-05 13:53:27 +0000 |
commit | fd5fd074bfc28609fab61a0bf1674aaf0fe18682 (patch) | |
tree | a59a37371e65406d1bbaa007f8effd23f39b0ed0 /platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json | |
parent | 643e032e9078ab47e1abb1f088aaec58a3361c7c (diff) | |
parent | 5d94258701fd00424ccfb15415f534a0f0e5bb4a (diff) |
Merge "RAN Slice DG - Bug fixes"
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json b/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json index a3456e59..b2f0814e 100644 --- a/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json +++ b/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json @@ -1,11 +1,13 @@ { - "status": ${tmp.status}, - "reason": ${tmp.reason}, - "requestId": ${tmp.requestID}, - "action": ${tmp.action}, - "nfIds": { - "CUCPs": ${tmp.CUCPList}, - "CUUPs": ${tmp.CUUPList}, - "DUs": ${tmp.DUList} - } -} + "status": ${tmp.status}, + "reason": { + ${tmp.reason} + }, + "requestId": ${tmp.requestID}, + "action": ${tmp.action}, + "nfIds": { + "CUCPs": ${tmp.CUCPList.response}, + "CUUPs": ${tmp.CUUPList.response}, + "DUs": ${tmp.DUList.response} + } +}
\ No newline at end of file |