Body Transform - Is this possible?

Hi I would like a response transform that extracts the Summary attribute from the follow JSON object and returns it. Is that possible?

R.

{
“took”: 3,
“timed_out”: false,
“_shards”: {
“total”: 40,
“successful”: 40,
“failed”: 0
},
“hits”: {
“total”: 572,
“max_score”: null,
“hits”: [
{
“_index”: “logstash-2017.05.05”,
“_type”: “logs”,
“_id”: “AVvWDn1cXieTgIqUdhCU”,
“_score”: null,
“_source”: {
“Node”: “NE0000000000066”,
“Resource”: “Port 0/1”,
“Summary”: “Port UP”,
“Severity”: 0,
“SvcID”: “SVC900000006601”,
“timestamp”: “Fri May 5 10:39:00 2017”
},
“sort”: [
1493944870404
]
}
]
}
}

Hi Rod,

you may have a look at our response body documentation.

Let me know if you still experiencing any issues.

Thanks,
Kos @ Tyk Support Team