List target executions
List recent executions for the target (most recent first).
Execute command
Execute a command against the target. The command kind is determined by the target type; currently supports MySQL targets only (`command` carries the SQL).
Get target execution
Get the status of a single execution.
Get target execution log
Get a slice of the execution log.
Cancel target execution
Cancel a running execution. No-op on terminal-state executions.