RanSlice DG, Templates - Integration Testing Fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-so-response.json
index a3456e5..28c32e3 100644 (file)
@@ -1,11 +1,11 @@
 {
-       "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": {"message":${tmp.reason}},
+        "requestId": ${tmp.requestID},
+        "action": ${tmp.action},
+        "nfIds": {
+                "CUCPs": ${tmp.CUCPList},
+                "CUUPs": ${tmp.CUUPList},
+                "DUs": ${tmp.DUList}
+        }
+}
\ No newline at end of file