RAN Slice DG - Bug fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-so-response.json
index a3456e5..b2f0814 100644 (file)
@@ -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