Commit 57abc119 authored by project's avatar project

--no commit message

--no commit message
parent ec9c42de
{ {
"job_id" : "example", "job_id" : "example",
"active" : true, "active" : true,
"trigger" : { "triggers" : {
"type": "cron", "type": "cron",
"cmd": "*/10 * * * * *" "cmd": "*/10 * * * * *"
}, },
......
{
"job_id" : "http",
"active" : true,
"triggers" : {
"type": "cron",
"cmd": "*/10 * * * * *"
},
"data_in" : {
"type": "http-request",
"param": {
"url": "http://www.google.com"
}
},
"data_out" : {
"type": "bss-storage",
"param" : {
"name": "sds.agritronics"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment