List Agents
Retrieves a list of Security Agents with more detail.
Parameters
Parameter | Description |
---|---|
Entity ID | The GUID of the Security Agent. |
Host Name | The name of the endpoint. |
IP Address | The IP address of the endpoint. |
Mac Address | The MAC address of the endpoint. |
Managing Server ID | The GUID of the product server that manages the Security Agent. |
Product | The Trend Micro product ID. For example: 15 = Apex One, 31001 = Apex One(Mac). |
Example Output
{
"result_code": 0,
"result_content": [
{
"adDomain": "string",
"capabilities": [
"string"
],
"clientProgram": "string",
"connectionStatus": "string",
"domain": "string",
"domainHierarchy": "string",
"endpointHost": "string",
"endpointID": "string",
"endpointIP": "string",
"endpointMAC": "string",
"firewall": "string",
"isolationStatus": "string",
"lastConnected": "string",
"lastManualScanUTC": "string",
"lastScheduledScanUTC": "string",
"lastStartup": "string",
"logonUser": "string",
"managingServerID": "string",
"platform": "string",
"product": "string",
"scanMethod": "string",
"smartScanAgentPattern": "string",
"updateAgent": "string",
"virusPattern": "string",
"virusScanEngine": "string"
}
],
"result_description": "string"
}
Workflow Library Example
List Agents with Apex One and Send Results Via Email
Preview this Workflow on desktop