Skip to main content
Get the details of a computer by its ID.
External DocumentationTo learn more, visit the Teramind documentation.

Parameters

ParameterDescription
Computer IDThe ID of the computer.

Example Output

{
	"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
}

Workflow Library Example

Get Computer with Teramind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop