cisco_umbrella_get_activity_firewall
Query network firewall activity events by time range and filters to analyze allowed or blocked traffic.
Instructions
List network firewall activity events.
API: GET /reports/v2/activity/firewall
Args:
from_: Required. Start of the time range. Accepts epoch
milliseconds, ISO-8601 (e.g. "2024-01-01T00:00:00Z"), or a
relative offset (e.g. "-1days", "-7days", "now").
to: Required. End of the time range. Same accepted formats as from_.
limit: Max results per page (default 100).
offset: Pagination offset.
identityids: Comma-separated identity (e.g. network tunnel) ID filter.
ruleid: Filter by firewall rule ID.
verdict: Filter by verdict, e.g. "allowed" or "blocked".
categories: Comma-separated category filter.
timezone: IANA timezone name for the response's time fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from_ | Yes | ||
| limit | No | ||
| offset | No | ||
| ruleid | No | ||
| verdict | No | ||
| timezone | No | ||
| categories | No | ||
| identityids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |