基本信息

Action

ModifySchedulerAttributes

Path

/iaas

Method

GET

请求参数

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

参数名 类型 是否必须 描述

hhmm

String

时分

owner

String

资源的所有者

repeat

Integer

重复次数

scheduler

String

定时器id

scheduler_name

String

定时器名称

ymd

String

年月日

返回数据

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

参数名 类型 是否必须 描述

scheduler_id

String

定时器id

请求示例

{
  "action": "ModifySchedulerAttributes",
  "hhmm": "00:50",
  "owner": "usr-BnnisHWR",
  "repeat": "0",
  "scheduler": "schd-0g60lk75",
  "scheduler_name": "fdsfdfdsfddsfdsf",
  "ymd": "2023-07-05",
  "zone": "testing"
}

返回示例

{
  "action": "ModifySchedulerAttributesResponse",
  "ret_code": 0,
  "scheduler_id": "schd-0g60lk75",
  "trace_id": "yUp3wciF"
}