Executes a read-only MikroTik RouterOS API command synchronously on a specific site. This provides a direct, real-time interface to the device. For fetching static configuration, using the Backups API is often faster. Write operations are strictly forbidden.
A JWT issued by Altostrat's authentication service, containing user and organization claims.
The unique identifier for the site (router).
The RouterOS command and its parameters to execute on the target site.
The command was executed successfully. The body contains the raw response from the RouterOS API.
[
{
".id": "*1",
"name": "ether1",
"type": "ether",
"mac-address": "00:1A:2B:3C:4D:5E",
"mtu": 1500,
"running": true
},
{
".id": "*2",
"name": "ether2",
"type": "ether",
"mac-address": "00:1A:2B:3C:4D:5F",
"mtu": 1500,
"running": false
}
]