Plugin Response Transformer Advanced

Hello Guys,

we have kong enterprise installed into Openshift, and I am using Response Transformer Advenced plugin:

I would like to know with in the option transform.plugin is possible to get the http_status_code, example

-|
return function(data){
local status = get_status()
}

I need to get the status code, to apply some transformation in the body based on the status code.

Thanks,
lhsribas