> 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 の出力はリアルタイムで読み取れます。

「クリップボードにコピー」を使用すると、たとえばサービス/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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
