Open console viewing
relay_console_openOpen a console view for an owned lease only after explicit user request. Provide console_id, attempt_id, reason, and expected output to start viewing on the service host. Never automatic.
Instructions
Open console viewing for the owned lease, only following an explicit user request to watch. Requires console_id and attempt_id from relay_console_resolve, userRequested: true, reason (intent) and expected (what the human should expect to see); it opens on the declared service host, never a remote client, and is never triggered automatically by relay_acquire's vnc option. See relay_console_resolve for what a ready status does and does not prove. A failed or uncertain open keeps the attempt: resolve or cancel it rather than opening again with a new attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Intent of this execution. Retained as evidence, never identity, authorization or a retry key. | |
| expected | Yes | ||
| attempt_id | Yes | ||
| console_id | Yes | ||
| userRequested | Yes |