List Agents
List and query agents.
Basic Parameters
Parameter | Description |
---|---|
Hostname | Query by the hostname of the agent. |
IP Address | Query by the IP address of the agent. |
Status | The status of the agent. |
Advanced Parameters
Parameter | Description |
---|---|
Agent ID | Query agents by their ID. |
Domain | Query agents by domain. |
Group ID | Query agents by group ID. |
Operating System | Query agents by the operating system. |
Example Output
{
"error": "Success",
"response": {
"agents": {
"agentid": "1378682a-3d2f-4f13-9839-e12c9d6fd126",
"hostname": "DESKTOP-LAB001",
"username": "johnsmith",
"domain": "lab.local",
"groupid": "a2d3b733-1261-4449-b91e-33f6fa59abbe",
"lastcheckin": "2020-09-25T07:50:04Z",
"ip": "1.2.3.4",
"os": "Windows 10 x64",
"status": 0,
"freespace": "77",
"clientversion": "3.1.0.0",
"policyversion": "37.19"
}
}
}
Workflow Library Example
List Agents with Airlock Digital and Send Results Via Email
Preview this Workflow on desktop