獲取指定執(zhí)行過(guò)程中的每個(gè)步驟詳細(xì)信息。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無(wú)授權(quán)信息透出。
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
FlowName | string | 是 | 流程名稱。 | my_flow_name |
ExecutionName | string | 是 | 執(zhí)行名稱。 | my_exec_name |
NextToken | string | 否 | Event 查詢開(kāi)始名稱,根據(jù)本接口返回獲取。 | flow_xxx |
Limit | integer | 否 | 查詢數(shù)量。取值范圍[1,1000),默認(rèn)值為 60。 | 1 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"NextToken": "3",
"RequestId": "testRequestId",
"Events": [
{
"Type": "TaskSucceeded",
"EventId": 2,
"Time": "2019-01-01T01:01:01.001Z",
"ScheduleEventId": 1,
"EventDetail": "{}",
"StepName": "passStep"
}
]
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | ActionNotSupported | The requested API operation '%s' is incorrect. Please check. | - |
400 | APIVersionNotSupported | The requested API version '%s' is not supported yet. Please check. | - |
400 | EntityTooLarge | The payload size exceeds maximum allowed size (%s bytes). | 請(qǐng)求消息體過(guò)大。 |
400 | InvalidArgument | Parameter error. | 請(qǐng)求參數(shù)錯(cuò)誤。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。 |
400 | MissingRequiredHeader | The HTTP header '%s' must be specified. | 請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。 |
400 | MissingRequiredParams | The HTTP query '%s' must be specified. | 請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。 |
403 | AccessDenied | The resources doesn't belong to you. | - |
403 | InvalidAccessKeyID | The AccessKey ID %s is invalid. | AccessKey ID無(wú)效。 |
403 | RequestTimeTooSkewed | The difference between the request time %s and the current time %s is too large. | 您的請(qǐng)求時(shí)間不正確,該請(qǐng)求已被識(shí)別為無(wú)效。請(qǐng)參考通用參數(shù)一節(jié)。 |
403 | SignatureNotMatch | The request signature we calculated does not match the signature you provided. Check your access key and signing method. | 您發(fā)起請(qǐng)求的簽名與我們計(jì)算不一致,請(qǐng)檢查您的簽名算法及AccessKey Secret。 |
404 | ExecutionNotExists | Execution %s for flow %s does not exist. | 所請(qǐng)求資源不存在,請(qǐng)確保流程已創(chuàng)建并存在待查詢的執(zhí)行。 |
404 | FlowNotExists | Flow %s does not exist. | 所請(qǐng)求資源不存在,請(qǐng)確保流程已創(chuàng)建。 |
415 | UnsupportedMediaType | The content type must be "application/json". | 請(qǐng)求消息體類型錯(cuò)誤。 |
500 | InternalServerError | An internal error has occurred. Please retry. | 服務(wù)器內(nèi)部錯(cuò)誤。請(qǐng)稍后重試。 |
訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2024-03-21 | OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 看變更集 | ||||||||||||||||
|