Skip to main content

List Agents

List and query agents.

Basic Parameters

ParameterDescription
HostnameQuery by the hostname of the agent.
IP AddressQuery by the IP address of the agent.
StatusThe status of the agent.

Advanced Parameters

ParameterDescription
Agent IDQuery agents by their ID.
DomainQuery agents by domain.
Group IDQuery agents by group ID.
Operating SystemQuery 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

Workflow LibraryPreview this Workflow on desktop