MapRun の構成を更新します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RequestId |
string |
任意 |
リクエスト ID。 |
3A44E113-9962-5B0B-AB92-14060EFE3164 |
| FlowName |
string |
必須 |
フローの名前。 |
my_flow_name |
| ExecutionName |
string |
必須 |
実行の名前。 |
my_exec_name |
| MapRunName |
string |
必須 |
MapRun の名前。実行が MapRun を開始すると、MapRunStarted イベントが生成されます。MapRun 名は MapRunStarted イベントの出力に含まれます。 |
c39142f1345b196d678333c41f113100 |
| Concurrency |
integer |
任意 |
MapRun ランタイムの同時実行数制限。単一アカウントのデフォルトクォータは 300 です。クォータセンターでクォータの増量をリクエストできます。 |
1 |
| ToleratedFailedCount |
integer |
任意 |
許容される失敗アイテムの最大数。 |
100 |
| ToleratedFailedPercentage |
number |
任意 |
許容される失敗アイテムの最大割合。値は 0 ~ 100 の範囲内である必要があります。 |
20 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答スキーマ |
||
| RequestId |
string |
リクエスト ID |
3A44E113-9962-5B0B-AB92-14060EFE3164 |
| FlowName |
string |
フローの名前。 |
my_flow_name |
| ExecutionName |
string |
実行の名前。 |
my_exec_name |
| MapRunName |
string |
MapRun の名前。実行が MapRun を開始すると、MapRunStarted イベントが生成されます。MapRun 名は MapRunStarted イベントの出力に含まれます。 |
c39142f1345b196d678333c41f113000 |
| Concurrency |
integer |
MapRun ランタイムの同時実行数制限。 |
1 |
| ToleratedFailedCount |
integer |
許容される失敗アイテムの最大数。 |
100 |
| ToleratedFailedPercentage |
number |
許容される失敗アイテムの最大割合。 |
20 |
例
成功レスポンス
JSONJSON
{
"RequestId": "3A44E113-9962-5B0B-AB92-14060EFE3164",
"FlowName": "my_flow_name",
"ExecutionName": "my_exec_name",
"MapRunName": "c39142f1345b196d678333c41f113000",
"Concurrency": 1,
"ToleratedFailedCount": 100,
"ToleratedFailedPercentage": 20
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. | |
| 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. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。