ise_dc_view_change_configuration_audit
Displays configuration change audit data from Cisco ISE. Filter and sort records by columns like timestamp, admin name, ISE node, or NAS IP address to track who made configuration changes and when.
Instructions
[Report] Change Configuration Audit: Displays the configuration audit data Filterable columns include: ID, TIMESTAMP_TIMEZONE, TIMESTAMP, ISE_NODE, MESSAGE_CODE, ADMIN_NAME, NAS_IP_ADDRESS, NAS_IPV6_ADDRESS.
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). |