{
"taskName": "QA-warmup",
"queueWhenBusy": true,
"items": [
{
"mobileId": 1401142,
"actions": [
{
"actionType": "FOR_YOU_VIDEO",
"durationMinutes": 1,
"randomType": "SMART"
},
{
"actionType": "SEARCH_VIDEO",
"durationMinutes": 1,
"randomType": "SMART",
"keywords": "travel",
"singleVideoViewDuration": [
15,
30
],
"viewProfile": 95,
"follow": 95,
"like": 95,
"viewComment": 95,
"postComment": 95,
"favorite": 95,
"comment": "Nice video!"
}
]
}
]
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/tk-automation/smart-warmup-task/create' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data '{
"taskName": "QA-warmup",
"queueWhenBusy": true,
"items": [
{
"mobileId": 1401142,
"actions": [
{
"actionType": "FOR_YOU_VIDEO",
"durationMinutes": 1,
"randomType": "SMART"
},
{
"actionType": "SEARCH_VIDEO",
"durationMinutes": 1,
"randomType": "SMART",
"keywords": "travel",
"singleVideoViewDuration": [
15,
30
],
"viewProfile": 95,
"follow": 95,
"like": 95,
"viewComment": 95,
"postComment": 95,
"favorite": 95,
"comment": "Nice video!"
}
]
}
]
}'{
"code": 0,
"msg": "Success",
"requestId": "1ed4ffd3-7e39-4bdc-8140-53447c49c3dd",
"timestamp": 1788782341257,
"data": {
"taskId": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"idempotentReplay": true
}
}