更新 MapRun 配置
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RequestId |
string |
否 |
請求 ID。 |
3A44E113-9962-5B0B-AB92-14060EFE3164 |
| FlowName |
string |
是 |
流程名稱 |
my_flow_name |
| ExecutionName |
string |
是 |
執行名稱 |
my_exec_name |
| MapRunName |
string |
是 |
MapRun 名稱,當 Execution 中發起 MapRun 執行後,會產生 MapRunStarted 事件,MapRunName 可以從 MapRunStarted 事件的 Output 中擷取。 |
c39142f1345b196d678333c41f113100 |
| Concurrency |
integer |
否 |
MapRun 運行時的並發限制。單賬戶配額預設最大 300,可以通過配額中心提升。 |
1 |
| ToleratedFailedCount |
integer |
否 |
允許失敗的 Item 數量的最大值 |
100 |
| ToleratedFailedPercentage |
number |
否 |
允許失敗的 Item 數量佔全部 Item 數量的最大百分比。取值區間為 0 - 100。 |
20 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
3A44E113-9962-5B0B-AB92-14060EFE3164 |
| FlowName |
string |
流程名稱 |
my_flow_name |
| ExecutionName |
string |
執行名稱。 |
my_exec_name |
| MapRunName |
string |
MapRun 名稱,當 Execution 中發起 MapRun 執行後,會產生 MapRunStarted 事件,MapRunName 可以從 MapRunStarted 事件的 Output 中擷取。 |
c39142f1345b196d678333c41f113000 |
| Concurrency |
integer |
MapRun 運行時的並發限制。 |
1 |
| ToleratedFailedCount |
integer |
允許失敗的 Item 數量的最大值 |
100 |
| ToleratedFailedPercentage |
number |
允許失敗的 Item 數量佔全部 Item 數量的最大百分比 |
20 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "3A44E113-9962-5B0B-AB92-14060EFE3164",
"FlowName": "my_flow_name",
"ExecutionName": "my_exec_name",
"MapRunName": "c39142f1345b196d678333c41f113000",
"Concurrency": 1,
"ToleratedFailedCount": 100,
"ToleratedFailedPercentage": 20
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidArgument | Parameter error. | 請求參數錯誤。具體內容請參考實際錯誤資訊。 |
| 400 | MissingRequiredHeader | The HTTP header '%s' must be specified. | 請求所需參數缺失。具體內容請參考實際錯誤資訊。 |
| 400 | MissingRequiredParams | The HTTP query '%s' must be specified. | 請求所需參數缺失。具體內容請參考實際錯誤資訊。 |
| 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). | 請求訊息體過大。 |
| 412 | PreconditionFailed | The resource to be modified has been changed. | 資源查看或更新檢查失敗,該資源可能已被更改。請稍後重試。 |
| 500 | InternalServerError | An internal error has occurred. Please retry. | 伺服器內部錯誤。請稍後重試。 |
| 403 | InvalidAccessKeyID | The AccessKey ID %s is invalid. | AccessKey ID無效。 |
| 403 | RequestTimeTooSkewed | The difference between the request time %s and the current time %s is too large. | 您的請求時間不正確,該請求已被識別為無效。請參考通用參數一節。 |
| 403 | SignatureNotMatch | The request signature we calculated does not match the signature you provided. Check your access key and signing method. | 您發起請求的簽名與我們計算不一致,請檢查您的簽名演算法及AccessKey Secret。 |
| 403 | AccessDenied | The resources doesn't belong to you. | |
| 404 | ExecutionNotExists | Execution %s for flow %s does not exist. | 所請求資源不存在,請確保流程已建立並存在待查詢的執行。 |
| 404 | FlowNotExists | Flow %s does not exist. | 所請求資源不存在,請確保流程已建立。 |
| 415 | UnsupportedMediaType | The content type must be "application/json". | 請求訊息體類型錯誤。 |
| 429 | ResourceThrottled | The request is throttled. Please try again later. | 因某些原因系統流量已達瓶頸。請稍後重試。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。