すべてのプロダクト
Search
ドキュメントセンター

CloudFlow:UpdateMapRun

最終更新日:Feb 14, 2026

MapRun の構成を更新します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

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.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。