{
"task_name": "MyFirstTask",
"schedule_start_time": "2020-09-01 09:00:00",
"schedule_end_time": "2020-09-01 09:30:00",
"robot_hash": "d88d887f42ae8ce04cfff413091111",
"sipline": "SIPLine",
"repeat_interval": 2,
"repeat_number": 1,
"Perform": 1,
"shield_strategy_id": "102001,103002",
"details": [
{
"callee": "+6211112222",
"platform": "XXX",
"variables": {
"var1": "content1",
"var2": "content2"
}
}
]
}curl --location 'https://api.airudder.com/service/cloud/ic_task' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'Authorization: Token 3Ksb9EkFDQHBhAbvYDTq4+pGGjNRAuLtPF9MMt9E97hX+OgLWTmeZtdGZyjR+YqU' \
--header 'User-Agent: AIRUDDER' \
--header 'User-Agent: AIRUDDER' \
--header 'Content-Type: application/json' \
--data '{
"task_name": "MyFirstTask",
"schedule_start_time": "2020-09-01 09:00:00",
"schedule_end_time": "2020-09-01 09:30:00",
"robot_hash": "d88d887f42ae8ce04cfff413091111",
"sipline": "SIPLine",
"repeat_interval": 2,
"repeat_number": 1,
"Perform": 1,
"shield_strategy_id": "102001,103002",
"details": [
{
"callee": "+6211112222",
"platform": "XXX",
"variables": {
"var1": "content1",
"var2": "content2"
}
}
]
}'{
"data": {
"task_id": "string"
},
"status": "string",
"code": 0
}