Request to execute a command synchronously.
Executable or shell command to run.
Command arguments.
Working directory (absolute path) to run the command in.
Environment variables to set for the process.
Run the process as this user.
Run the process with root privileges.
Maximum execution time in seconds.
Allocate a pseudo-terminal (PTY) for the process to enable interactive shells.
Initial terminal rows when allocate_tty is true.
Initial terminal columns when allocate_tty is true.
Spawned
Information about a spawned process.
Server-assigned identifier for the process.
OS process ID.
Timestamp when the process started.