> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/xu-ni-ji/view-import-jobs.md).

# 查看导入作业

## 查看所有导入作业

1. 导航到 **虚拟机** > **列表** 从顶部菜单。
2. 选择 **导入作业** 左侧菜单中的。
3. 已显示所有已提交导入作业的列表；双击列表中的某个作业可打开该导入作业的仪表板，其中包含详细信息，例如各个子导入作业、日志等。

## 查看通过导入作业导入的虚拟机列表

1. 导航到 **虚拟机** > **列表** 从顶部菜单。
2. 单击 **导入作业** 左侧菜单中的。
3. 所有导入作业都会显示在列表中； **双击所需的导入作业**.
4. 随后出现的导入作业仪表板上会显示子导入作业。VM 列将显示已导入虚拟机的名称。

{% hint style="success" %}
**一个&#x20;*****--查看更多--*****&#x20;链接位于……的底部&#x20;*****子导入作业*****&#x20;部分，可在所有子作业无法在单页显示时查看其他子作业。**
{% endhint %}

{% hint style="info" %}
**VM 字段中显示 UUID（而不是虚拟机名称）表示具有该唯一标识符的虚拟机已存在于 VergeOS 系统中（例如之前已导入）。如果显示 UUID，则该虚拟机被导入为** [**快照**](/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshots-overview.md) **以避免无意中覆盖现有的 VergeOS 虚拟机。**
{% endhint %}


---

# 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.verge.io/run-the-platform/zh/xu-ni-ji/view-import-jobs.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.
