Plan Changes
plan_changesPreview a sequence of write operations on MikroTik RouterOS. Each step runs as a dry run against live state, showing affected paths and predicted actions before applying changes with apply_plan.
Instructions
Preview a sequence of write operations: each step runs with dryRun=true against live state, returning affected paths and the predicted action per step. Use apply_plan to execute the same steps for real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| steps | Yes | Ordered list of write operations to preview (up to 10) |