summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json
diff options
context:
space:
mode:
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.json22
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