orgo_stream_status
Check if a computer stream is active, idle, or terminated to monitor streaming status and manage virtual computer operations.
Instructions
Get the current streaming status of a computer.
Check if a stream is active, idle, or terminated.
Args:
params (ComputerIdInput): Input containing:
- computer_id (str): Computer ID
Returns:
str: JSON with stream status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |