Skip to main content
Retrieve a list of all computers.
External DocumentationTo learn more, visit the Teramind documentation.

Example Output

[
	{
		"computer_id": 0,
		"computer_uid": "",
		"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": false,
		"uuid": 0,
		"uninstall_pending": false,
		"update_pending": false,
		"is_monitored": false,
		"is_deleted": false
	}
]

Workflow Library Example

List Computers with Teramind and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop