ise_dc_query
Execute custom read-only SELECT queries against Cisco ISE Data Connect. Enforces single SELECT, catalog view targets, and row limits for advanced data retrieval.
Instructions
Run a custom read-only SELECT against Data Connect (advanced). Only a single SELECT is permitted; SQL comments are rejected and every FROM/JOIN target must be a Data Connect catalog view (see ise_dc_list_views). Always limit rows (FETCH FIRST n ROWS ONLY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | e.g. SELECT username, COUNT(*) FROM radius_authentications GROUP BY username FETCH FIRST 50 ROWS ONLY | |
| 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. |