ise_mnt_request
Send raw monitoring (MnT) API requests to any /admin/API/mnt/ endpoint not covered by typed tools, returning raw XML responses. Use Data Connect (ise_dc_*) for reporting instead.
Instructions
[DESTRUCTIVE] Raw Monitoring (MnT) passthrough — call ANY /admin/API/mnt/ endpoint not covered by a typed tool (e.g. '/admin/API/mnt/Session/ActiveList'). Returns raw XML. MnT is legacy; prefer Data Connect (ise_dc_*) for reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path starting with /admin/API/mnt/ ... | |
| method | Yes | ||
| params | No | Optional query parameters. | |
| 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. |