rest_write
Execute generic REST write operations (PUT, PATCH, DELETE, POST) on MikroTik RouterOS for resources not covered by specific tools. Requires MIKROCLAW_ALLOW_WRITE=true.
Instructions
Operasi write generic (PUT/PATCH/DELETE/POST). BUTUH MIKROCLAW_ALLOW_WRITE=true.
Untuk operasi lanjutan yang belum punya tool khusus. Gunakan hati-hati.
Args: method: 'PUT' (tambah), 'PATCH' (ubah by id), 'DELETE' (hapus by id), 'POST' (command). path: path REST tanpa /rest, mis. 'ip/firewall/filter' atau 'ip/firewall/filter/*5'. body: payload JSON (opsional, untuk PUT/PATCH/POST).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| method | Yes |