# 監査ログ

監査ログは、アカウントで行われたすべての操作を監視するのに役立ちます：

* 操作を行った者（ユーザー、システム）
* 実行された操作（作成、編集、開始、停止、削除）
* 発生日時
* 操作が行われた場所

ログは12か月間保持され、その後システムから自動的に削除されます。

{% hint style="info" %}
現在、**GPUコンテナ**サービスのみが統合され、監査ログに記録されています。
{% endhint %}

**アクセス監査ログ**: 左側のナビゲーションパネルに移動し、アカウントセクションの下にある監査ログタブをクリックします。

<figure><img src="/files/cWX2b69yqzBu4GNGVFA4" alt=""><figcaption></figcaption></figure>

各行は1つのアクティビティを表します。必要に応じて、さまざまな列でテーブルを並べ替えやフィルタリングできます：

<table data-header-hidden><thead><tr><th width="151"></th><th></th></tr></thead><tbody><tr><td>コラム</td><td><strong>説明</strong></td></tr><tr><td>時刻</td><td>システムがリクエストを受信した時刻</td></tr><tr><td>サービス</td><td>アクションが発生したサービス</td></tr><tr><td>リソース</td><td>リソース名</td></tr><tr><td>アクション</td><td>実行された操作</td></tr><tr><td>実行者</td><td>ユーザーまたはシステム</td></tr><tr><td>ステータス</td><td>成功または失敗。ステータスはリクエストが記録され処理のために受理されたことを確認するのみ。</td></tr><tr><td>説明</td><td>アクションの詳細な説明</td></tr></tbody></table>


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/akaunto/rogu.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.
