ise_openapi_request
Call any Cisco ISE /api/ endpoint directly by specifying the HTTP method, full path, and optional JSON body or query parameters to access functionality not covered by dedicated tools.
Instructions
[DESTRUCTIVE] Raw Open API passthrough — call ANY /api/ endpoint not covered by a typed tool. Provide the HTTP method and the full path (e.g. '/api/v1/certs/system-certificate/'). Browse the live spec at https:///api/swagger-ui/index.html.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional JSON body. | |
| path | Yes | Path starting with /api/ ... | |
| 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. |