UiPath Documentation
uipath-cli
latest
false
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

UiPath CLI ユーザー ガイド

最終更新日時 2026年5月22日

UIP Maestro インシデント

uip maestro incident は、インシデント (Maestro プロセスの実行中に発生した未処理のエラー) を、テナント全体の要約として、または ID 別の単一のレコードとして読み取ります。コマンド名は単数形(incident)ですが、ファイルとサイドバーのエントリは incidentsと表示されます。

すべてのサブコマンドには uip login が必要であり、 グローバルオプションが適用されます。終了コードは 標準コントラクトに従います。

概要

uip maestro incident summary
uip maestro incident get <incident-id> --folder-key <key>
uip maestro incident summary
uip maestro incident get <incident-id> --folder-key <key>

インシデントのスコープが特定のプロセスまたはインスタンスである場合は、以下を使用します。

UIP Maestro インシデントの概要

Maestro プロセス全体にわたるインシデントのテナント全体のロールアップを取得します。

引数:なし。オプション: グローバル以外になし。

データ形状 (--output json):

{
  "Code": "IncidentSummary",
  "Data": [ /* array of incident summaries */ ]
}
{
  "Code": "IncidentSummary",
  "Data": [ /* array of incident summaries */ ]
}

UIP Maestro インシデント GET

ID で 1 つのインシデントを取得します。

引数:

  • <incident-id> (必須) — インシデント ID。自動的に URL エンコードされます。

オプション:

  • --folder-key <key> (必須) — フォルダー キー。

データシェイプ:

{
  "Code": "IncidentGet",
  "Data": { /* incident details */ }
}
{
  "Code": "IncidentGet",
  "Data": { /* incident details */ }
}
# Tenant-wide rollup
uip maestro incident summary

# Extract a terse view
uip maestro incident summary --output-filter "[*].{processKey:processKey,count:incidentCount}"

# Fetch one
uip maestro incident get "inc_abcdef1234" --folder-key <folder-key>
# Tenant-wide rollup
uip maestro incident summary

# Extract a terse view
uip maestro incident summary --output-filter "[*].{processKey:processKey,count:incidentCount}"

# Fetch one
uip maestro incident get "inc_abcdef1234" --folder-key <folder-key>

参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得