> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm/asm-hermes/integrate/managing-integration/viewing-integration-activity.md).

# Viewing Integration Activity

## Viewing Activity

{% hint style="info" %}

### Before you start

The ASM Core Integration Polling Service must be running for scheduled scans to run on Federated CMDB sources in the defined period. Event Management events are detected through the polling service and are not dependent on integration scheduling.

You must have **Integration Setup** selected in the Admin tab of your **General Access Security Role**.
{% endhint %}

1. Select ≡ > **Admin** > **Integration**.

   The **Integration Platform Settings** window appears.
2. Select the **Activity** option from the explorer pane.
3. Complete the details:

<table data-header-hidden><thead><tr><th width="252"></th><th></th></tr></thead><tbody><tr><td>From and To</td><td>Select the start and end date to define the period in which you want to view activity.</td></tr><tr><td>Connector</td><td>select the connector for which you want to view activity</td></tr><tr><td>Source</td><td>select the source for which you want to view activity</td></tr></tbody></table>

* Select the **Summary** view for an overview of all events logged in the period.
* Select the **Scheduling** view to view all scans run in the period. To view the activity details about a scan, double-click the entry in the browse table.
* Select the **Log** view to view all event messages and warnings recorded in the period.


---

# 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.alemba.com/asm/asm-hermes/integrate/managing-integration/viewing-integration-activity.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.
