com.glide.sys.ExecutionTimeoutException:QRadar 違反取り込み構成の構成中に、実行がタイムアウト 30000 ミリ秒でタイムアウトしました。Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } QRAdar サーバーとの接続をテストしているときに IBM Qradar 違反取り込み統合を構成しているときに、エラー -com.glide.sys.ExecutionTimeoutException: An execution timed out with 30000 MILLISECONDS のタイムアウトが発生する Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Washington DC リリース以降。 Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } QRadar 違反の取り込みとの統合には、認証情報を検証するために QRadar サーバーへの API 呼び出しを行うフローアクション:API 認証情報を検証するためのラッパー REST ステップがあります。 スクリプトでは、executeAction メソッド。このメソッドでは、String name、Map inputs、Number timeoutが許容されます。 executeAction(文字列名, Map inputs, Number timeout). タイムアウトはミリ秒単位のオプション値です。メソッドのパラメーターでタイムアウトを指定すると、システムプロパティのデフォルト値 com.glide.hub.flow_api.default_execution_time が上書きされます (プロパティのデフォルト値は 30 秒) Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 最新情報については、「 ワークフロースタジオのフローシステムプロパティ」を参照してください。 この問題には 2 つの解決策があります。 1.メソッド executeAction() の場合、メソッド呼び出しはタイムアウトパラメーターを使用して行う必要があります。 例:sn_fd。FlowAPI.executeAction('sn_sec_qradar.validate_credentials_rest', rest_inputs, 50000). 2.システムプロパティ:アクションがタイムアウトするまでの時間。デフォルト値:30000。単位 - ミリ秒 システムプロパティ com.glide.hub.flow_api.default_execution_time を 30 秒より大きいモート値に設定します。 例:50000 ミリ秒 (50 秒)