console_send
Send raw text to a node's console for interactive multi-step sessions, with automatic login on first use.
Instructions
Send raw text to a node's console (auto-opens + logs in on first use). Lower-level than run_command: use it for multi-step interactive sessions where you need to drive the prompt yourself. Set newline=False to send a partial line (e.g. before reading). Read the response with console_read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| newline | No | ||
| node_id | Yes | ||
| password | No | ||
| username | No | admin |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |