更新一個(gè)定時(shí)調(diào)度。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FlowName | string | 是 | 定時(shí)調(diào)度綁定的流程名稱。該名稱在同一地域內(nèi)唯一,創(chuàng)建后不可修改。取值說明如下:
| my_flow_name |
ScheduleName | string | 是 | 定時(shí)調(diào)度的名稱。取值說明如下:
| my_schedule_name |
Description | string | 否 | 定時(shí)調(diào)度的描述。 | my test schedule |
Payload | string | 否 | 定時(shí)調(diào)度的觸發(fā)消息,必須為 JSON 格式。 | {"key": "value"} |
CronExpression | string | 否 | Cron 表達(dá)式。 | 0 * * * * * |
Enable | boolean | 否 | 是否啟用定時(shí)調(diào)度。取值說明如下:
| true |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "testRequestId",
"Description": "my test schedule",
"ScheduleId": "testScheduleId",
"Payload": "{\"key\": \"value\"}",
"ScheduleName": "my_schedule_name",
"CreatedTime": "2020-01-01T01:01:01.001Z",
"LastModifiedTime": "2020-01-01T01:01:01.001Z",
"CronExpression": "0 * * * * *",
"Enable": true
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | APIVersionNotSupported | The requested API version '%s' is not supported yet. Please check. | - |
400 | InvalidArgument | Parameter error. | 請求參數(shù)錯(cuò)誤。具體內(nèi)容請參考實(shí)際錯(cuò)誤信息。 |
400 | MissingRequiredHeader | The HTTP header '%s' must be specified. | 請求所需參數(shù)缺失。具體內(nèi)容請參考實(shí)際錯(cuò)誤信息。 |
400 | MissingRequiredParams | The HTTP query '%s' must be specified. | 請求所需參數(shù)缺失。具體內(nèi)容請參考實(shí)際錯(cuò)誤信息。 |
403 | AccessDenied | The resources doesn't belong to you. | - |
404 | FlowNotExists | Flow %s does not exist. | 所請求資源不存在,請確保流程已創(chuàng)建。 |
404 | ScheduleNotExists | The schedule %s for flow %s does not exist. | 定時(shí)調(diào)度不存在。 |
409 | ConcurrentUpdateError | Update conflict, please retry. | 所請求資源存在并發(fā)寫操作。請等待一段時(shí)間后再次操作。 |
412 | PreconditionFailed | The resource to be modified has been changed. | 資源查看或更新檢查失敗,該資源可能已被更改。請稍后重試。 |
500 | InternalServerError | An internal error has occurred. Please retry. | 服務(wù)器內(nèi)部錯(cuò)誤。請稍后重試。 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2024-03-21 | OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 看變更集 | ||||||||||||||||||
|