時間ベースのスケジュールの詳細情報を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
fnf:DescribeSchedule |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| FlowName |
string |
必須 |
時間ベースのスケジュールに関連付けられているフローの名前。名前はリージョン内で一意である必要があり、時間ベースのスケジュールが作成された後は変更できません。名前は、次の規則を満たす必要があります。
|
testFlowName |
| ScheduleName |
string |
必須 |
時間ベースのスケジュールの名前。名前は、次の規則を満たす必要があります。
|
testScheduleName |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
応答のスキーマ。 |
||
| RequestId |
string |
リクエスト ID。 |
testRequestId |
| Description |
string |
時間ベースのスケジュールの説明。 |
test description |
| ScheduleId |
string |
時間ベースのスケジュールの ID。 |
testScheduleId |
| Payload |
string |
時間ベースのスケジュールのトリガーメッセージ。 |
{"key": "value"} |
| ScheduleName |
string |
時間ベースのスケジュールの名前。 |
testScheduleName |
| CreatedTime |
string |
時間ベースのスケジュールが作成された時間。 |
2020-01-01T01:01:01.001Z |
| LastModifiedTime |
string |
時間ベースのスケジュールが最後に変更された時間。 |
2020-01-01T01:01:01.001Z |
| CronExpression |
string |
CRON 式。 |
0 * * * * * |
| Enable |
boolean |
時間ベースのスケジュールが有効かどうかを示します。有効な値:
|
true |
例
成功レスポンス
JSONJSON
{
"RequestId": "testRequestId",
"Description": "test description",
"ScheduleId": "testScheduleId",
"Payload": "{\"key\": \"value\"}",
"ScheduleName": "testScheduleName",
"CreatedTime": "2020-01-01T01:01:01.001Z",
"LastModifiedTime": "2020-01-01T01:01:01.001Z",
"CronExpression": "0 * * * * *",
"Enable": true
}
エラーコード
|
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. | |
| 404 | FlowNotExists | Flow %s does not exist. | |
| 404 | ScheduleNotExists | The schedule %s for flow %s does not exist. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。