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