blob: 64136d274cb3d331c79e65a1609a3ee58a75106c [file] [log] [blame]
{
"init": {
"name" : "nodejs-web-action-to-redirect",
"main" : "main",
"binary": false,
"code" : "function main() { return { headers: { location: 'http://openwhisk.org' }, statusCode: 302 }}"
},
"activation": {
"namespace": "default",
"action_name": "nodejs-web-action-to-redirect",
"api_host": "",
"api_key": "",
"activation_id": "",
"deadline": "4102498800000"
},
"value": {
}
}