云桌面 WORKSPACE-查询定时任务列表:响应示例

时间:2025-02-28 14:33:56

响应示例

状态码:200

查询定时任务列表响应。

{
  "scheduled_tasks" : [ {
    "id" : "2b31e-d520xxxx-xxebedb6-e57xxxxxx",
    "task_name" : "测试任务",
    "task_type" : "START",
    "scheduled_type" : "FIXED_TIME",
    "life_cycle_type" : "string",
    "last_status" : "SUC CES S",
    "next_execution_time" : "2022-12-23 09:00:00",
    "enable" : true,
    "description" : "一个描述。",
    "priority" : 0,
    "time_zone" : "string",
    "wait_time" : 0
  } ],
  "total_count" : 10
}
support.huaweicloud.com/api-workspace/ListScheduledTasks.html