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