Run SSH Diagnostic Command
unfour.ssh.run_diagnosticRun a single read-only diagnostic command on a saved SSH connection and capture stdout/stderr. Safely check connection health in dev, test, or production without executing broader commands.
Instructions
Runs a single read-only diagnostic command on a saved SSH connection through the Unfour command bus and returns captured stdout/stderr. Safe in dev/test/prod for allowlisted diagnostics. For broader command execution use unfour.ssh.exec, which applies environment policy and high-risk confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeoutMs | No | ||
| workspaceId | No | ||
| connectionId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||