Queues a RouterOS script for execution on a managed site. Use asynchronous scripts for configuration changes, backups, and work that should be tracked as a device job.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
The target site/router UUID.
"9c69345c-8d39-4786-9f17-8153c988c89a"
"Add guest network address"
"/ip address add address=192.168.99.1/24 interface=bridge"
Create a configuration backup before running the script.
Ask SDX to trigger a faster device check-in where possible.
Require the device job to acknowledge completion.
Optional HTTPS callback URL for job status notification.
"https://example.com/sdx/job-complete"