blob: 63fcc670acd9038d9e75076cac27dc33ce55fc15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"input": {
"sdnc-request-header": {
"svc-request-id": "$ctx.getAttribute("input.svc-request-id")",
"svc-action": "$ctx.getAttribute("action").toUpperCase()"
},
"service-information": {
"service-type": "$params.get("service-type")",
"service-instance-id": "$ctx.getAttribute("input.unique-key")"
}
}
}
|