# IPAM Audit

The IPAM Audit page displays a detailed log of all actions performed within the IP Address Management module. It provides a record of changes made to subnets, IP assets, and related objects. Each entry includes the date and time of the activity, the object type, the associated subnet, the IP address, the action description, and the user who performed it.

This page helps administrators track modifications, review activity history, and maintain accountability across IP resources.

## What Do You See on the Screen

The screen shows a list of IPAM audit records in a tabular format. At the top, users can search, filter, select a date range, and export the audit logs. Each row in the table represents a single action, showing details like object type, IP address, description, and the user who made the change.

**IPAM Audit |** Basic Details

<table><thead><tr><th width="157">Label</th><th>Action</th><th>Description / Example</th></tr></thead><tbody><tr><td><strong>Search</strong></td><td>Enter text to search.</td><td>Allows you to quickly locate audit entries by typing any keyword related to Subnet, IP Address, Object Type, or Description.</td></tr><tr><td><strong>Filter</strong></td><td>Apply filters</td><td>Helps refine audit results using specific fields.<br><br><strong>Fields:</strong> IP Address, Category, Subnet Name, Object Type. <strong>Conditions:</strong> in, not in, contains, not contains, equal to, not equal to.</td></tr><tr><td><strong>Date Range</strong></td><td>Select from the drop-down.</td><td>Filters audit logs based on predefined time periods. <strong>Example:</strong> Last 7 Days, Last 30 Days, Custom Range.</td></tr><tr><td><strong>Export</strong></td><td>Download XLSX</td><td>Download the filtered audit logs as an <strong>XLSX file</strong> for offline review or reporting.</td></tr><tr><td><strong>Date</strong></td><td>View-only field</td><td>Displays the exact date and time when the action was performed.</td></tr><tr><td><strong>Object Type</strong></td><td>View-only field</td><td>Shows the type of object involved in the action.<br><br><strong>Example:</strong> Subnet, IP Asset.</td></tr><tr><td><strong>Subnet</strong></td><td>View-only field</td><td>Displays the name of the related subnet for the activity.<br><br><strong>Example:</strong> Access-VLAN-10.</td></tr><tr><td><strong>IP Address</strong></td><td>View-only field</td><td>Shows the IP address associated with the logged action.<br><br><strong>Example:</strong> 10.10.0.3.</td></tr><tr><td><strong>Description</strong></td><td>View-only field</td><td>Provides details of the action performed, such as add, update, or delete actions.</td></tr><tr><td><strong>User</strong></td><td>View-only field</td><td>Displays the user who acted, along with the user's source IP.</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://docs.infraon.io/infraon-help/infinity-user-guide/ipam/ipam-audit.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.
