ise_dc_view_radius_accounting_week
Query RADIUS accounting data from the past week, filtering by session details, service type, and byte counts to analyze network usage.
Instructions
[Report] RADIUS Accounting Week: This is performance oriented view which contains all the radius accounting records for the last seven days Filterable columns include: VN, ACCT_SESSION_ID, ACCT_STATUS_TYPE, ACCT_SESSION_TIME, SERVICE_TYPE, FRAMED_PROTOCOL, ACCT_INPUT_OCTETS, ACCT_OUTPUT_OCTETS.
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). |