ja-JP/UiPathOrch-help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-OrchJobVideo</command:name> <command:verb>Get</command:verb> <command:noun>OrchJobVideo</command:noun> <maml:description> <maml:para>ビデオ録画が添付されたジョブを取得します。</maml:para> </maml:description> </command:details> <maml:description> <maml:para>`Get-OrchJobVideo` コマンドレットは、Orchestrator環境からビデオ録画が添付されたジョブを取得します。このコマンドレットは、画面録画が有効になっているジョブ実行の監視と監査に有用で、デバッグ、コンプライアンス、またはトレーニング目的で自動化プロセスの視覚的証拠を提供します。</maml:para> <maml:para>このコマンドレットは、Get-OrchJobコマンドレットを呼び出し、過去1週間のビデオが添付されたジョブを検索する関数として実装されています。</maml:para> <maml:para>ビデオ録画は、Orchestratorで適切な録画設定が構成されている場合にジョブ実行中にキャプチャされます。これらの録画は、ロボットの動作、UI相互作用、プロセス実行フローに関する貴重な洞察を提供します。</maml:para> <maml:para>このコマンドレットはフォルダーエンティティで動作するため、Set-Location(cd)を使用してターゲットフォルダーに移動するか、-Path、-Recurse、または-Depthパラメーターを使用してターゲットフォルダーを指定する必要があります。これにより、異なる組織フォルダー間でビデオ録画付きジョブを検索できます。</maml:para> <maml:para>このコマンドレットは、大きな結果セットを効率的に管理するために、-Skipと-Firstパラメーターを介したページ分割をサポートします。ビデオ対応ジョブ実行の包括的なビューを得るには、-Recurseを使用してサブフォルダー階層を検索します。</maml:para> <maml:para>主要エンドポイント: GET /odata/Jobs</maml:para> <maml:para>OAuth必要スコープ: OR.Jobs または OR.Jobs.Read</maml:para> <maml:para>必要な権限: Jobs.View</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OrchJobVideo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>ターゲットフォルダーを指定します。指定しない場合は、現在のフォルダーがターゲットとなります。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>操作がターゲットフォルダーとそのすべてのサブフォルダーを含むように指定します。</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Skip</maml:name> <maml:description> <maml:para>指定された数のオブジェクトを無視してから、残りのオブジェクトを取得します。 スキップするオブジェクトの数を入力します。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue> <dev:type> <maml:name>UInt64</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"> <maml:name>First</maml:name> <maml:description> <maml:para>指定された数のオブジェクトのみを取得します。 取得するオブジェクトの数を入力します。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue> <dev:type> <maml:name>UInt64</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="proga"> <maml:name>ProgressAction</maml:name> <maml:description> <maml:para>このコマンドレットによって生成される進行状況の更新にPowerShellがどのように応答するかを決定します。デフォルト値はContinueです。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue> <dev:type> <maml:name>ActionPreference</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none"> <maml:name>First</maml:name> <maml:description> <maml:para>指定された数のオブジェクトのみを取得します。 取得するオブジェクトの数を入力します。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue> <dev:type> <maml:name>UInt64</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>ターゲットフォルダーを指定します。指定しない場合は、現在のフォルダーがターゲットとなります。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>操作がターゲットフォルダーとそのすべてのサブフォルダーを含むように指定します。</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Skip</maml:name> <maml:description> <maml:para>指定された数のオブジェクトを無視してから、残りのオブジェクトを取得します。 スキップするオブジェクトの数を入力します。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt64</command:parameterValue> <dev:type> <maml:name>UInt64</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="proga"> <maml:name>ProgressAction</maml:name> <maml:description> <maml:para>このコマンドレットによって生成される進行状況の更新にPowerShellがどのように応答するかを決定します。デフォルト値はContinueです。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue> <dev:type> <maml:name>ActionPreference</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String[]</maml:name> </dev:type> <maml:description> <maml:para> </maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> </dev:type> <maml:description> <maml:para> </maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>このコマンドレットは、特定のフォルダーへの移動または-Pathパラメーターを使用したターゲットフォルダーの指定が必要です。Orchestrator階層内のフォルダーエンティティで動作します。</maml:para> <maml:para>ジョブ実行ビデオをキャプチャするには、Orchestrator設定でビデオ録画を有効にし、特定のプロセス用に設定する必要があります。結果が返されない場合は、ビデオ録画が有効になっており、録画がアクティブな状態でジョブが実行されたことを確認してください。</maml:para> <maml:para>このコマンドレットは特に以下の用途に有用です: - 失敗した自動化プロセスのデバッグ</maml:para> <maml:para>- トレーニングとドキュメンテーション目的</maml:para> <maml:para>- コンプライアンスと監査要件</maml:para> <maml:para>- 視覚的分析によるプロセス最適化</maml:para> <maml:para> </maml:para> <maml:para>ネストされたフォルダー構造を検索するには-Recurseを、録画されたジョブが大量にある場合のページ分割には-First/-Skipを使用してください。</maml:para> <maml:para>ビデオファイルは通常Orchestratorのメディアストレージに保存され、返されたジョブオブジェクトを通じてダウンロードまたは表示用にアクセスできます。</maml:para> <maml:para>主要エンドポイント: 関数実装(GET /odata/Jobsを呼び出すGet-OrchJobを使用) OAuth必要スコープ: [プレースホルダー - 確認が必要] 必要な権限: [プレースホルダー - 確認が必要]</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchJobVideo</dev:code> <dev:remarks> <maml:para>現在のフォルダーからビデオ録画付きのすべてのジョブを取得します。実行前に特定のフォルダーへの移動が必要です。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchJobVideo | ConvertTo-Json -Depth 2</dev:code> <dev:remarks> <maml:para>完全なジョブ情報とビデオメタデータ構造を示す、詳細なジョブビデオプロパティをJSON形式で表示します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 3 --------------------------</maml:title> <dev:code>PS C:\> Get-OrchJobVideo -Path Orch1:\ -Recurse</dev:code> <dev:remarks> <maml:para>Orch1:ドライブのすべてのフォルダー(サブフォルダーを含む)で、ビデオ録画付きジョブを再帰的に検索します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 4 --------------------------</maml:title> <dev:code>PS C:\> Get-OrchJobVideo -Path Orch1:\Shared -First 10</dev:code> <dev:remarks> <maml:para>Productionフォルダーからビデオ録画付きの最初の10個のジョブを取得します。大きな結果セットの管理に有用です。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 5 --------------------------</maml:title> <dev:code>PS C:\> Get-OrchJobVideo -Path Orch1:\Production, Orch1:\Development</dev:code> <dev:remarks> <maml:para>複数の指定されたフォルダーから同時にビデオ録画付きジョブを取得します。</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks /> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-OrchTestDataQueueItemTable</command:name> <command:verb>Get</command:verb> <command:noun>OrchTestDataQueueItemTable</command:noun> <maml:description> <maml:para>UiPath Orchestratorからテストデータキューアイテムを拡張テーブル形式で取得します。</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get-OrchTestDataQueueItemTable コマンドレットは、UiPath Orchestratorからテストデータキューアイテムを取得し、拡張テーブル形式で表示します。このコマンドレットは、テストデータの内部JSON形式を読みやすいテーブル構造に変換する関数として実装されています。</maml:para> <maml:para>Get-OrchTestDataQueueItem がテーブルとして表示できない内部JSON形式でテストデータを返すのに対し、このコマンドレットは、変数形式のテストデータを構造化されたテーブル表示に展開することで、この制限に特化して対処します。これにより、テストデータの内容を表示、分析、報告するのに最適です。</maml:para> <maml:para>これは、テストデータキューを含む特定のフォルダに移動するか、-Pathまたは-Recurseパラメーターを使用して対象フォルダを指定する必要があるフォルダエンティティ操作コマンドレットです。このコマンドレットは、テストデータのスキーマに動的に適応し、すべての列と値をユーザーフレンドリーなテーブル形式で表示します。</maml:para> <maml:para>このコマンドレットは、JSON内容を適切なテーブル列に展開することで、任意のテストデータスキーマを処理および表示できるため、テストデータの列構造が変化するデータ駆動型テストシナリオに特に有用です。</maml:para> <maml:para>-Pathおよび-Recurseパラメーターを指定する場合は、コマンドレット名の直後に配置してください。この配置により、後続のパラメーターの自動補完が正しく機能します。</maml:para> <maml:para>主要エンドポイント:関数実装(内部的にGet-OrchTestDataQueueItemを使用し、GET /odata/TestDataQueueItemsを呼び出す)</maml:para> <maml:para>OAuth必須スコープ:OR.TestData.Read</maml:para> <maml:para>必須権限:Folders.View、TestData.View(テストデータキューアイテムアクセス用)</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-OrchTestDataQueueItemTable</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>テストデータキューを含むフォルダパスを指定します。指定しない場合、現在の場所が使用されます。このパラメーターは、パイプライン入力を受け入れ、複数のパスを指定するためのワイルドカードをサポートします。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>Current location</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>アイテムを取得する際に、サブフォルダのテストデータキューアイテムも含めます。これは、テストデータの複数のフォルダをスキャンできるフォルダエンティティ操作パラメーターです。</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="proga"> <maml:name>ProgressAction</maml:name> <maml:description> <maml:para>スクリプト、コマンドレット、またはプロバイダーによって生成される進行状況の更新(Write-Progressコマンドレットによって生成される進行状況バーなど)にPowerShellがどのように応答するかを指定します。有効な値は:SilentlyContinue、Stop、Continue、Inquire、Ignore、Suspend。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue> <dev:type> <maml:name>ActionPreference</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>テストデータキューを含むフォルダパスを指定します。指定しない場合、現在の場所が使用されます。このパラメーターは、パイプライン入力を受け入れ、複数のパスを指定するためのワイルドカードをサポートします。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>Current location</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>アイテムを取得する際に、サブフォルダのテストデータキューアイテムも含めます。これは、テストデータの複数のフォルダをスキャンできるフォルダエンティティ操作パラメーターです。</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="proga"> <maml:name>ProgressAction</maml:name> <maml:description> <maml:para>スクリプト、コマンドレット、またはプロバイダーによって生成される進行状況の更新(Write-Progressコマンドレットによって生成される進行状況バーなど)にPowerShellがどのように応答するかを指定します。有効な値は:SilentlyContinue、Stop、Continue、Inquire、Ignore、Suspend。</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue> <dev:type> <maml:name>ActionPreference</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> </dev:type> <maml:description> <maml:para> </maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> </dev:type> <maml:description> <maml:para> </maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>- これは、テストデータフォルダへのナビゲーションまたは-Path/-Recurseパラメーターの使用が必要なフォルダエンティティ操作コマンドレットです</maml:para> <maml:para>- このコマンドレットは、内部JSONテストデータをテーブル形式に変換する関数として実装されています</maml:para> <maml:para>- JSON形式を返すGet-OrchTestDataQueueItemとは異なり、このコマンドレットはユーザーフレンドリーなテーブル出力を提供します</maml:para> <maml:para>- テーブル形式は、テストデータスキーマに動的に適応し、利用可能なすべての列を表示します</maml:para> <maml:para>- このコマンドレットは、JSON内容を適切なテーブル列に展開することで、変数形式のテストデータを処理します</maml:para> <maml:para>- テーブル形式のメタデータを含む完全な構造を探索するには、ConvertTo-Jsonを使用してください</maml:para> <maml:para>- IsConsumedプロパティは、テストデータアイテムがテスト実行で使用されたかどうかを示します</maml:para> <maml:para>- このコマンドレットは、読みやすいテストデータ表示が必要なデータ駆動型テストシナリオに不可欠です</maml:para> <maml:para> </maml:para> <maml:para>主要エンドポイント:GET /odata/TestDataQueues OAuth必須スコープ:OR.TestDataQueues または OR.TestDataQueues.Read 必須権限:TestDataQueues.View</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchTestDataQueueItemTable</dev:code> <dev:remarks> <maml:para>現在のフォルダからテストデータキューアイテムを取得し、拡張テーブル形式で表示します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchTestDataQueueItemTable TestDataQueue</dev:code> <dev:remarks> <maml:para>位置パラメーターを使用して、"TestDataQueue"という名前の指定されたキューからテストデータアイテムをテーブル形式で取得します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 3 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchTestDataQueueItemTable *Test*</dev:code> <dev:remarks> <maml:para>ワイルドカードマッチングを使用して、名前に"Test"を含むキューからテストデータアイテムを取得し、テーブル形式で表示します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 4 --------------------------</maml:title> <dev:code>PS Orch1:\> Get-OrchTestDataQueueItemTable -Recurse</dev:code> <dev:remarks> <maml:para>現在のフォルダとすべてのサブフォルダから再帰的にテストデータキューアイテムを取得し、拡張テーブル形式で表示します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 5 --------------------------</maml:title> <dev:code>PS C:\> Get-OrchTestDataQueueItemTable -Path Orch1:\Production</dev:code> <dev:remarks> <maml:para>任意の場所からの実行を示し、Productionフォルダからテストデータアイテムをテーブル形式で取得します。</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 6 --------------------------</maml:title> <dev:code>PS Orch1:\Shared> Get-OrchTestDataQueueItemTable | ConvertTo-Json -Depth 2</dev:code> <dev:remarks> <maml:para>テストデータをテーブル形式で取得し、詳細な分析のためにテーブルメタデータを含む完全な構造をJSON形式で表示します。</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Get-OrchTestDataQueueItem</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-OrchTestDataQueue</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>about_UiPathOrch</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |