uipath-cli
latest
false
- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- UiPath for Coding Agents
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip docsai
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-workflow-examples
- パッケージ化
- 元に戻す
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- UIA
- UIP トレース
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath CLI ユーザー ガイド
uip or audit-logs には、テナントの 監査ログ (誰がいつ何をしたかの記録) が一覧表示されます。監査エントリは、ユーザー、プロセス、アセット、キュー、ジョブ、フォルダー、マシン、ロール、設定、スケジュール、その他のエンティティに対する変更を追跡します。コンプライアンス レビュー、インシデント調査、または特定のユーザーのアクティビティの監視に使用します。
概要
uip or audit-logs list [options]
uip or audit-logs list [options]
動詞は グローバル オプション (--output、 --output-filter、 --log-level、 --log-file) を尊重します。終了コードは 標準コントラクトに従います。
動詞
| 動詞 | 目的 |
|---|---|
list | コンポーネント、アクション、ユーザー、または時間範囲でフィルター処理された監査エントリのリストを取得します。必要に応じて CSV にエクスポートします。 |
uip または監査ログのリスト
監査ログのエントリを一覧表示します。フィルターは AND セマンティクスを使用して構成されます。--exportを使用すると、ログはサーバー側で CSV にエクスポートされ、準備ができ次第ダウンロードされます。
オプション
| Short | 長押し | 値 (Value) | 既定 (Default) | 説明 |
|---|---|---|---|---|
-t | --tenant | name | セッションの既定値 | テナントを上書きします。 |
| — | --component | text | — | コンポーネントでフィルター処理します (例: Users、 Assets、 Processes、 Queues、 Jobs、 Folders、 Machines、 Roles、 Settings、 Schedules)。 |
| — | --action | text | — | アクションでフィルター処理します (例: Create、 Update、 Delete、 StartJob、 StopJob、 Upload、 Download)。 |
| — | --user | ユーザー名 | — | ユーザー名が完全に一致 |
| — | --created-after | ISO8601認証取得 | — | この日以降のエントリー。 |
| — | --created-before | ISO8601認証取得 | — | この日付より厳密に前のエントリ。 |
-l | --limit | Number | 50 | ページ サイズ |
| — | --offset | Number | 0 | カウントをスキップします。 |
| — | --order-by | フィールド | ExecutionTime desc | OData の並べ替え式。 |
| — | --export | フラグ | 無効 | サーバー側のエクスポート API を使用して、一致するエントリを CSV にエクスポートします。 |
-o | --output | パス | audit-logs-export.csv | 出力 CSV パス。--exportの場合のみ。 |
例
# Most recent audit entries across the tenant
uip or audit-logs list
# Filter to the Users component
uip or audit-logs list --component Users --limit 100
# Everything one user did in a window
uip or audit-logs list --user admin@example.com \
--created-after 2026-04-01 --created-before 2026-04-08
# Export to CSV
uip or audit-logs list --component Jobs --export -o ./jobs-audit.csv
# Most recent audit entries across the tenant
uip or audit-logs list
# Filter to the Users component
uip or audit-logs list --component Users --limit 100
# Everything one user did in a window
uip or audit-logs list --user admin@example.com \
--created-after 2026-04-01 --created-before 2026-04-08
# Export to CSV
uip or audit-logs list --component Jobs --export -o ./jobs-audit.csv
データシェイプ(--output json)
インライン モード:
{
"Code": "AuditLogList",
"Data": [
{
"serviceName": "UiPath.Orchestrator.Web.Api.OData.Controllers.UsersController",
"methodName": "Post",
"executionTime": "2025-04-15T09:10:00Z",
"action": "Create",
"component": "Users",
"displayName": "jane.doe@example.com",
"entityId": 1001,
"operationText": "User admin@example.com created user jane.doe@example.com",
"userName": "admin@example.com",
"userType": "DirectoryUser",
"entities": [
{
"auditLogId": 1000001,
"customData": "{\"Id\":1001,\"UserName\":\"jane.doe\"}",
"entityId": 1001,
"entityName": "User",
"action": "Create",
"id": 2000001
}
],
"userId": 42,
"userIsDeleted": false,
"userIsActive": true,
"id": 1000001
}
]
}
{
"Code": "AuditLogList",
"Data": [
{
"serviceName": "UiPath.Orchestrator.Web.Api.OData.Controllers.UsersController",
"methodName": "Post",
"executionTime": "2025-04-15T09:10:00Z",
"action": "Create",
"component": "Users",
"displayName": "jane.doe@example.com",
"entityId": 1001,
"operationText": "User admin@example.com created user jane.doe@example.com",
"userName": "admin@example.com",
"userType": "DirectoryUser",
"entities": [
{
"auditLogId": 1000001,
"customData": "{\"Id\":1001,\"UserName\":\"jane.doe\"}",
"entityId": 1001,
"entityName": "User",
"action": "Create",
"id": 2000001
}
],
"userId": 42,
"userIsDeleted": false,
"userIsActive": true,
"id": 1000001
}
]
}
--exportでは、CodeはAuditLogsExportedで、ペイロードは次のとおりです。
{
"Code": "AuditLogsExported",
"Data": {
"FileName": "jobs-audit.csv",
"Size": 52318,
"ExportId": 4711
}
}
{
"Code": "AuditLogsExported",
"Data": {
"FileName": "jobs-audit.csv",
"Size": 52318,
"ExportId": 4711
}
}
関連コマンド
uip or jobs— 監査ログの [ジョブ] コンポーネントには、ジョブのライフサイクル イベントが記録されます。uip or users— 監査エントリに表示されるユーザー名を解決します。
参照
- グローバルオプション —
--output、--output-filter、--log-level、--log-file。 - 終了コード — 標準の終了コード限月。