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

CloudFlow:DescribeMapRun

最終更新日: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 イベントが生成されます。MapRunName は、このイベントの出力から取得できます。

c39142f1345b196d678333c41f113200

レスポンスフィールド

フィールド

説明

object

Status

string

実行のステータス。有効な値:

  • Pending

  • Running

  • Failed

  • Succeeded

  • Aborted

Succeeded

StoppedTime

string

実行が停止した時刻。

2025-10-24T14:11:28+08:00

RequestId

string

リクエスト ID。

3A44E113-9962-5B0B-AB92-14060EFE3164

StartedTime

string

実行が開始された時刻。

2025-10-24T14:11:26+08:00

Concurrency

integer

実行時の MapRun の同時実行数制限。

1

ToleratedFailedCount

integer

許容される失敗アイテムの最大数。

100

ToleratedFailedPercentage

number

許容される失敗アイテムの最大割合。

20

ExecutionName

string

実行の名前。

my_exec_name

MapRunName

string

MapRun の名前。

c39142f1345b196d678333c41f113000

ItemCounts

object

MapRun タスク内の異なる処理状態にあるアイテム数の概要。

Pending

integer

保留中のアイテム数。

100

Running

integer

実行中のアイテム数。

100

Succeed

integer

成功したアイテム数。

100

Failed

integer

失敗したアイテム数。

100

Aborted

integer

中止されたアイテム数。

100

Total

integer

アイテムの合計数。

500

成功レスポンス

JSONJSON

{
  "Status": "Succeeded",
  "StoppedTime": "2025-10-24T14:11:28+08:00",
  "RequestId": "3A44E113-9962-5B0B-AB92-14060EFE3164",
  "StartedTime": "2025-10-24T14:11:26+08:00",
  "Concurrency": 1,
  "ToleratedFailedCount": 100,
  "ToleratedFailedPercentage": 20,
  "ExecutionName": "my_exec_name",
  "MapRunName": "c39142f1345b196d678333c41f113000",
  "ItemCounts": {
    "Pending": 100,
    "Running": 100,
    "Succeed": 100,
    "Failed": 100,
    "Aborted": 100,
    "Total": 500
  }
}

エラーコード

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.

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

変更履歴

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