実行プロセスにおける各ステップの詳細をクエリします。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
fnf:GetExecutionHistory |
create |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| FlowName |
string |
必須 |
ワークフローの名前。 |
flow |
| ExecutionName |
string |
必須 |
実行の名前。 |
exec |
| NextToken |
string |
任意 |
クエリを開始するイベントの名前。この値はレスポンスデータから取得できます。 |
flow_xxx |
| Limit |
integer |
任意 |
クエリするワークフローの数。有効な値の範囲は 1~999 です。デフォルト値:60。 |
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| NextToken |
string |
最初のリクエストでは、このパラメーターを指定する必要はありません。返された ScheduleEventId の値が、次のクエリのトークンとして使用されます。最後のクエリでは値は返されません。 |
3 |
| RequestId |
string |
リクエスト ID。 |
testRequestId |
| Events |
array<object> |
イベント。 |
|
|
object |
|||
| Type |
string |
実行ステップのタイプ。有効な値:
|
TaskSucceeded |
| EventId |
integer |
実行ステップの ID。 |
2 |
| Time |
string |
イベントが更新された時間。 |
2019-01-01T01:01:01.001Z |
| ScheduleEventId |
integer |
スケジューリングステップの ID。 |
1 |
| EventDetail |
string |
実行ステップの詳細。 |
{} |
| StepName |
string |
実行ステップの名前。 |
passStep |
例
成功レスポンス
JSONJSON
{
"NextToken": "3",
"RequestId": "testRequestId",
"Events": [
{
"Type": "TaskSucceeded",
"EventId": 2,
"Time": "2019-01-01T01:01:01.001Z",
"ScheduleEventId": 1,
"EventDetail": "{}",
"StepName": "passStep"
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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). | |
| 400 | InvalidArgument | Parameter error. | |
| 400 | MissingRequiredHeader | The HTTP header '%s' must be specified. | |
| 400 | MissingRequiredParams | The HTTP query '%s' must be specified. | |
| 500 | InternalServerError | An internal error has occurred. Please retry. | |
| 403 | AccessDenied | The resources doesn't belong to you. | |
| 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. | |
| 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". |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。