ise_ers_search
Search and filter Cisco ISE ERS resources using filter expressions like 'field.OP.value' and sort by fields with '+' or '-' prefixes to retrieve targeted data from the ERS API.
Instructions
Search/filter ERS objects with ERS filter ('field.OP.value') and sort ('+field'/'-field') expressions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| sort | No | e.g. '+name' or '-name' | |
| filter | No | e.g. 'name.CONTAINS.sw', 'mac.EQ.AA:BB:CC:DD:EE:FF' | |
| resource | Yes | ERS resource name. Use ise_ers_resources to see all with their supported operations. | |
| 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. |