External DocumentationTo learn more, visit the Teramind documentation.
Actions
Get Computer
Get the details of a computer by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Computer ID | The ID of the computer. |
{
"computer_id": 0,
"computer_uid": 0,
"account_id": 0,
"name": "",
"fqdn": "",
"macs": [],
"deleted": 0,
"os": "",
"client": "",
"ip": "",
"client_mode": 0,
"pinged_at": "",
"sid": "",
"keep_recordings": 0,
"machine_type": 0,
"auto_enable_mon": 0,
"auto_clear_print_spool": 0,
"uuid": "",
"uninstall_pending": false,
"update_pending": false,
"is_monitored": false,
"is_deleted": false
}
Was this page helpful?