Skip to main content

List Endpoints

Retrieves detailed information about your endpoints.

Required API key role permissions:

  • Endpoint Inventory - view
External Documentation

To learn more, visit the Trend Vision One documentation.

Basic Parameters

ParameterDescription
FilterFilter for retrieving a subset of the collected endpoint information data.

For example: not (osName eq 'Windows').

For further information, please refer to Trend Vision One Documentation.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
LimitThe number of results per page.
Skip TokenThe pagination token that's used for retrieving the next page of results.
It is returned in nextLink, as a query parameter named skipToken.

Example Output

{
"items": [
{
"agentGuid": "35fa11da-a24e-40cf-8b56-baf8828cc151",
"loginAccount": {
"value": [
"MSEDGEWIN10\\\\IEUser"
],
"updatedDateTime": "2020-06-01T02:12:56Z"
},
"endpointName": {
"value": "MSEDGEWIN10",
"updatedDateTime": "2020-06-01T02:12:56Z"
},
"macAddress": {
"value": [
"00:1c:42:be:22:5f"
],
"updatedDateTime": "2020-06-01T02:12:56Z"
},
"ip": {
"value": [
"10.211.55.36"
],
"updatedDateTime": "2020-06-01T02:12:56Z"
},
"osName": "Linux",
"osVersion": "10.0.17763",
"osDescription": "Windows 10 Enterprise Evaluation (64 bit) build 17763",
"productCode": "sao",
"installedProductCodes": [
"xes"
],
"componentUpdatePolicy": "N-2",
"componentUpdateStatus": "pause",
"componentVersion": "outdatedVersion",
"policyName": "Example Policy Name",
"protectionManager": "A1-US"
}
],
"nextLink": "https://api.xdr.trendmicro.com/v3.0/eiqs/endpoints?skipToken=skipToken"
}

Workflow Library Example

List Endpoints with Trend Vision One and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop