diff options
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 | 10 |
1 files changed, 4 insertions, 6 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 b2f0814e..28c32e37 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,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 |