ise_mnt_coa_disconnect
Check the status of a Change of Authorization (CoA) disconnect request for a specific node and MAC address, returning raw XML output to verify whether the disconnect was processed successfully.
Instructions
[DESTRUCTIVE] [CoA] Get CoA disconnect status (GET /admin/API/mnt/CoA/Disconnect/{node}/{mac}/{option}). Returns raw XML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | Path parameter 'mac'. | |
| node | Yes | Path parameter 'node'. | |
| option | Yes | Path parameter 'option'. | |
| 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. |