omv_shell
Run shell commands on an OpenMediaVault NAS for diagnostics and system access beyond the RPC layer: read logs, check packages, manage Docker, inspect disks.
Instructions
Run an arbitrary shell command on the NAS.
Intended for everything outside the RPC layer: reading logs (journalctl), package status, docker commands, disk details and so on.
Prefer omv_call for anything OMV manages itself, so that OMV's own configuration database stays in sync with the system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command. | |
| timeout | No | Timeout in seconds. |