cluster_send_command
Send an MI command to a specific node in an OpenSIPS cluster to perform remote management or diagnostics.
Instructions
Send an MI command to a specific node in the cluster.
Parameters
cluster_id:
The cluster ID.
node_id:
The target node ID within the cluster.
mi_cmd:
The MI command to execute on the remote node. Must be registered in
:data:MI_COMMANDS; the per-command permission is enforced so this
tool cannot be used to bypass mi.write controls.
mi_params:
Optional parameters for the MI command (JSON string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_id | Yes | ||
| node_id | Yes | ||
| mi_cmd | Yes | ||
| mi_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||