{
"actionType": "between",
"clean_archive": true,
"condition": [
{
"eventId": "string",
"tableDataId": "string",
"tableId": "string"
}
],
"conditionType": "table/tableData/event/unlimited",
"duration": 0,
"task_type": "cycle/archiveCycle",
"time": {
"$gt": "string",
"$gte": "string",
"$lt": "string",
"$lte": "string"
},
"user": {
"remoteAddr": "string",
"user": "string"
}
}curl --location --request POST '/driver/eventCycle/execOnce' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionType": "between",
"clean_archive": true,
"condition": [
{
"eventId": "string",
"tableDataId": "string",
"tableId": "string"
}
],
"conditionType": "table/tableData/event/unlimited",
"duration": 0,
"task_type": "cycle/archiveCycle",
"time": {
"$gt": "string",
"$gte": "string",
"$lt": "string",
"$lte": "string"
},
"user": {
"remoteAddr": "string",
"user": "string"
}
}'"string"