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