Plan Changes
plan_changesPreview write operations on MikroTik routers without applying changes. Test each step with dry-run, see affected paths and predicted actions, then apply with apply_plan.
Instructions
Preview a sequence of write operations without applying them. Each step is run with dryRun=true against the live router state. Returns the current state of affected RouterOS paths plus the predicted action for each step. Use apply_plan to execute the same steps for real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | Yes | Target router identifier | |
| steps | Yes | Ordered list of write operations to preview (up to 10) |