ise_dc_view_coa_events
Retrieve and filter change of authorization (CoA) event logs, showing details like status, user, and IP, to monitor authorization changes triggered by threat events.
Instructions
[Report] Coa Events: Log of change of authorization issued based on threat events received from various adapters Filterable columns include: LOGGED_AT, COA_EVENT_ID, COA_STATUS, CALLING_STATION_ID, IP_ADDRESS, USERNAME, NEW_AUTHZ_RULE, OLD_AUTHZ_PROFILE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 100, max 10000). | |
| order_by | No | Column to sort by (prefix '-' for descending). | |
| days_back | No | Only rows from the last N days (uses the view's time column). | |
| filter_op | No | EQ=exact, CONTAINS/LIKE=substring, GT/LT/GTE/LTE=compare. | EQ |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. | |
| filter_value | No | Value to match for the filter column. | |
| filter_column | No | Column to filter on (case-insensitive). |