基本信息

Action

DeleteSchedulerTasks

Path

/iaas

Method

GET

请求参数

此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容

参数名 类型 是否必须 描述

owner

String

资源的所有者

scheduler_tasks

Array

定时器任务列表

返回数据

此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容

参数名 类型 是否必须 描述

scheduler_tasks

Array

定时器任务列表

请求示例

{
  "action": "DeleteSchedulerTasks",
  "owner": "usr-BnnisHWR",
  "scheduler_tasks": [
    "st-6051s6cn"
  ],
  "zone": "testing"
}

返回示例

{
  "action": "DeleteSchedulerTasksResponse",
  "ret_code": 0,
  "scheduler_tasks": [
    "st-6051s6cn"
  ],
  "trace_id": "8aIyCfZj"
}