summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/ranSlice-so-response.json
blob: 28c32e375931a0f3606dd85664a618635a23a20b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
        "status": ${tmp.status},
        "reason": {"message":${tmp.reason}},
        "requestId": ${tmp.requestID},
        "action": ${tmp.action},
        "nfIds": {
                "CUCPs": ${tmp.CUCPList},
                "CUUPs": ${tmp.CUUPList},
                "DUs": ${tmp.DUList}
        }
}