獲取指定時(shí)間類型和表達(dá)式未來5次調(diào)度時(shí)間。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-b6ec1xxxx |
AppName | string | 是 | 應(yīng)用名稱 | test-app |
TimeType | integer | 是 | 時(shí)間類型,目前僅支持 cron
| 1 |
TimeExpression | string | 是 | 時(shí)間表達(dá)式 | 0 0/10 * * * ? |
TimeZone | string | 否 | 時(shí)區(qū) | Asia/Beijing |
Calendar | string | 否 | 日歷 | workday |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Code": 200,
"Message": "Parameter check error",
"RequestId": "9A48E22F-F30A-5CE5-AC7A-E0FED1B6942E",
"Success": true,
"Data": [
"2024-11-17 12:00:00"
]
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | Parameter error: %s. | 參數(shù)錯(cuò)誤: %s |
401 | IllegalRequest | IllegalRequest: %s. | 非法請(qǐng)求:%s |
403 | NoPermission | No permission to perform this operation: %s. | 沒有權(quán)限去執(zhí)行該操作:%s |
404 | NotFound | Not found: %s. | 資源不存在:%s |
500 | InternalError | InternalError: %s. | 系統(tǒng)內(nèi)部錯(cuò)誤:%s |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。