blob: 7f7fffdc33ea8acb1f6306d8ee7035b88d58e8e9 [file] [log] [blame]
POST http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "java-helloworld-with-params",
"main" : "Hello",
"binary": true,
"code" : ""
},
"activation": {
"namespace": "default",
"action_name": "java-helloworld-with-params",
"api_host": "",
"api_key": "",
"activation_id": "",
"deadline": "4102498800000"
},
"value": {
"name" : "Joe",
"place" : "TX"
}
}
###