複数のフローに関する情報を取得します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
fnf:ListFlows |
get |
*Flow
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| NextToken |
string |
任意 |
フロー検索の開始名です。 |
flow_nextxxx |
| Limit |
integer |
任意 |
検索件数です。有効値の範囲は [1, 1000) で、デフォルト値は 60 です。 |
1 |
| ResourceGroupId |
string |
任意 |
rg-xxx |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
フローリストです。 |
||
| NextToken |
string |
次のクエリの開始キーです。他のデータが存在しない場合は返されません。 |
flow_nextxxx |
| RequestId |
string |
リクエスト ID です。 |
testRequestId |
| Flows |
array<object> |
フローリストです。 |
|
|
array<object> |
フローリストです。 |
||
| Type |
string |
フローの種別です。 |
FDL |
| Definition |
string |
フロー定義で、FDL 構文標準に従います。 |
version: v1.0\ntype: flow\nname: test\nsteps:\n - type: pass\n name: mypass |
| RoleArn |
string |
フロー実行に必要なリソース記述子情報です。 |
acs:ram::${accountID}:${role} |
| Description |
string |
フローの説明です。 |
my test flow |
| Name |
string |
フロー名です。 |
my_flow_name |
| CreatedTime |
string |
フローの作成時刻です。 |
2019-01-01T01:01:01.001Z |
| LastModifiedTime |
string |
フローの最終更新時刻です。 |
2019-01-01T01:01:01.001Z |
| Id |
string |
フローの固有 ID です。 |
e589e092-e2c0-4dee-b306-3574ddf5**** |
| ExecutionMode |
string |
実行モードです(列挙型)。Express または Standard のいずれかを指定できます。空文字列は Standard と同等です。 |
Standard |
| Environment |
object |
フロー実行中にアクセス可能な変数の一覧です。 |
|
| Variables |
array<object> |
フロー実行中にアクセス可能な変数の一覧です。 |
|
|
object |
フロー実行中にアクセス可能な変数の一覧です。 |
||
| Description |
string |
変数の説明です。 |
description |
| Name |
string |
変数名です。 |
key |
| Value |
string |
変数の値です。 |
value |
| ResourceGroupId |
string |
rg-xxx |
例
成功レスポンス
JSONJSON
{
"NextToken": "flow_nextxxx",
"RequestId": "testRequestId",
"Flows": [
{
"Type": "FDL",
"Definition": "version: v1.0\\ntype: flow\\nname: test\\nsteps:\\n - type: pass\\n name: mypass",
"RoleArn": "acs:ram::${accountID}:${role}",
"Description": "my test flow",
"Name": "my_flow_name",
"CreatedTime": "2019-01-01T01:01:01.001Z",
"LastModifiedTime": "2019-01-01T01:01:01.001Z",
"Id": "e589e092-e2c0-4dee-b306-3574ddf5****",
"ExecutionMode": "Standard",
"Environment": {
"Variables": [
{
"Description": "description",
"Name": "key",
"Value": "value"
}
]
},
"ResourceGroupId": "rg-xxx"
}
]
}
エラーコード
|
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 | 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. | |
| 415 | UnsupportedMediaType | The content type must be "application/json". | |
| 429 | ResourceThrottled | The request is throttled. Please try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。