# Runbook ジョブの詳細

## 概要

RealmJoin Portal では、Azure Automation の runbook ジョブを表示できます。

<figure><img src="/files/ecb560c3f2b698d4d425d4e619d7520996638f62" alt=""><figcaption><p>Runbook ジョブの詳細</p></figcaption></figure>

ページの左側には、runbook ジョブに関するメタデータ、その種類/コンテキスト、ジョブ ID、および呼び出し元が表示されます。

ご注意ください。「caller」は、runbook が RealmJoin 対応でこの情報を報告する場合にのみ表示されます。Azure Automation にはこれに相当する概念がありません。

右側には、次の内容を表す複数のタブがあります。

### コンソール

runbook の出力がライブで表示されます。Azure Automation とは異なり、runbook の出力はリアルタイムで読み取れます。

「Copy to Clipboard」を使用すると、出力全体をコピーでき、たとえばサービス/ITIL チケットシステムで利用できます。

### 入力

runbook ジョブの開始に使用されたパラメーターを確認します。

<figure><img src="/files/ebd173a76be5f28249fcc838a0c124f6e418a282" alt=""><figcaption><p>Runbook ジョブのパラメーター</p></figcaption></figure>

### エラーと警告

存在する場合、通常の出力に含まれない警告とエラーがこれら 2 つのタブに表示されます。

<figure><img src="/files/0fbf4b1c30c3111409af8d8f453545c028de3933" alt=""><figcaption><p>Runbook ジョブの警告</p></figcaption></figure>

### 例外

runbook の PowerShell スクリプトが例外をスローし（そのため runbook が失敗した場合）、ここでその例外を確認できます。

例外は、問題の特定を簡単にするために、通常の出力の上にも **コンソール** 存在する場合は表示されます。

<figure><img src="/files/15cf41d5cc056f3869600fbb72e318a00d496ee3" alt=""><figcaption><p>コンソールに表示された例外</p></figcaption></figure>

### ソース

これにより、このジョブに関連付けられた runbook のソースコードを確認できます。

<figure><img src="/files/85f30cb76dc6154e59b8996fbfffdebe78d5f47e" alt=""><figcaption><p>Runbook のソース</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-logs/runbook-job-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
