# 审计日志

## 操作步骤

1. 您可以通过以下任一路径，查看审计日志：
   * 在菜单栏中，点击 **产品** > **帐户服务** > **审计日志**。
   * 前往 <img src="https://2318250923-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBWy7DFFtkhyEC9R4kE%2Fuploads%2Fgit-blob-9a324f280312dc0224c0bdd064d33138589b05ce%2Fimage%20(19).png?alt=media" alt="" data-size="line"> > **团队** > **管理当前团队** > **审计日志**。
2. 日志列表中，可以查看事件名称、被操作的对象资源、操作的 IP 和对应的操作用户，以及操作时间。您还可以根据想要查看的操作时间范围，筛选筛选审计日志。

   <figure><img src="https://2318250923-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBWy7DFFtkhyEC9R4kE%2Fuploads%2F2pomMpgHMrbosjRUqR86%2F%E7%AD%9B%E9%80%89%E5%AE%A1%E8%AE%A1%E6%97%A5%E5%BF%97.png?alt=media&#x26;token=3516ec09-2b3e-4b06-af74-3b6bd61b8e94" alt=""><figcaption></figcaption></figure>
3. 点击 **查看事件详情**，查看事件具体内容。您还可以复制代码以执行操作。

   <figure><img src="https://2318250923-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBWy7DFFtkhyEC9R4kE%2Fuploads%2F5JjMihe3n7E6y5dXYmz6%2F%E5%AE%A1%E8%AE%A1%E6%97%A5%E5%BF%97%E8%AF%A6%E6%83%85.png?alt=media&#x26;token=e56fb7e6-2b70-4ad1-b3dc-7fc4d91ca0fb" alt=""><figcaption></figcaption></figure>

   **字段说明**

   * `resUid`: 包含操作的资源 ID。
   * `resType`: 包含操作的资源类型。
   * `resEvent`: 包含执行的操作类型。
   * `opsTime`: 包含执行时间。
   * `eventSource`: 包含执行操作的来源。值为 `CONSOLE_CALL` 或 `API_CALL`。
   * `apiVersion`: 包含执行操作的 API 版本。
   * `opsUser`: 包含执行操作的用户。
   * `clientIP`: 包含执行操作的用户内网 IP或公网 IP。
   * `request`: 包含输入参数。
   * `response`: 包含输出参数。

如需了解更多，请查看以下操作视频：

{% embed url="<https://www.bilibili.com/video/BV1im2eB3EmS/?share_source=copy_web&vd_source=e4ec59566771497bd2a90c7945b1d47e>" %}


---

# 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.console.zenlayer.com/welcome/cn/platform/audit-logs.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.
