ise_ers_request
Send raw ERS API requests to Cisco ISE for actions not covered by dedicated tools, using custom methods and paths to deregister endpoints or perform other unsupported operations.
Instructions
[DESTRUCTIVE] Raw ERS passthrough for action sub-paths not covered by a typed tool (e.g. POST ers/config/endpoint/{id}/deregister). Path is relative to the host root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional JSON body. | |
| path | Yes | e.g. 'ers/config/endpoint/<id>/deregister' | |
| method | Yes | ||
| params | No | Optional query params. | |
| confirm | No | Required for this DESTRUCTIVE operation: must be true to execute. The server additionally requires an operator to enable destructive tools (CISCO_ISE_MCP_ALLOW_DESTRUCTIVE=1); without it the call is refused regardless. | |
| 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. |