> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-logs/runbook-job-details.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
