本接口用于创建触发规则。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateCronJob | 公共参数。该参数表示接口名称。取值:CreateCronJob |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
veef_id | String | 是 | bc36dc7c50b9f125d186df**** | 函数ID |
job_name | String | 是 | cron1 | 任务名称。名称需同时满足如下要求:
|
cron_expression | String | 是 | */1 * * * * | 执行表达式。名称需同时满足如下要求:
|
parameter | String | 否 | cron | 执行参数 |
description | String | 否 | test | 任务描述 |
cron_type | Int32 | 是 | 1 | 调度类型
|
无
POST https://veefedge.volcengineapi.com/?Action=CreateCronJob &<公共请求参数> { "veef_id":"bc36dc7c50b9f125d186df****", "job_name":"test1111", "cron_expression":"5 4 * * *", "parameter":"fetch_1", "description":"", "cron_type":2 }
{ "ResponseMetadata": { "RequestId": "2022011110011401022524308102B1****", "Action": "CreateCronJob", "Version": "2021-04-30", "Service": "veefedge", "Region": "cn-north-1" } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。