X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-so-response.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2FranSlice-so-response.json;h=28c32e375931a0f3606dd85664a618635a23a20b;hb=8b86f34f6ea29728e31c4f6799009e8562ef3b6f;hp=b2f0814e3bc11e998df86290d3c3766ca1776ad0;hpb=94a7c372094fb6c8f342dfd04984a34c975eb849;p=ccsdk%2Fdistribution.git 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