List managed computers
som_computers_listList managed computers from Endpoint Central with hostname, IP, OS, agent and live status. Filter by domain, platform, or branch office and paginate results.
Instructions
Retrieves managed computers from Endpoint Central (SoM) with hostname, IP, OS, agent install status, live status, and branch office details. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each computer instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. | |
| fqdnFilter | No | Filter by fully qualified domain name, e.g. host.corp.example.com. | |
| residFilter | No | Filter to a specific computer by its resource_id. | |
| domainFilter | No | Filter by the NetBIOS domain the computer is mapped to. | |
| platformFilter | No | Filter by OS platform: 0 unknown, 1 Windows, 2 Mac, 3 Linux. | |
| liveStatusFilter | No | Filter by live status: 1 live, 2 down, 3 unknown. | |
| serviceTagFilter | No | Filter by the computer's unique service tag. | |
| agentContactFilter | No | Filter by how recently the agent last contacted the server. | |
| branchOfficeFilter | No | Filter by the remote/branch office the computer is mapped to. | |
| computerNameFilter | No | Filter by exact computer name. | |
| installStatusFilter | No | Filter by agent install status: 21 yet-to-install, 22 installed, 23 uninstalled, 29 install failure, 31 uninstall failure. | |
| searchComputerFilter | No | Filter to computer names containing this substring. |