List all agents in a given group.

Parameters

ParameterDescription
Group IDThe ID of the group. Can be obtained from the List Groups action.

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-08-30T04:22:00Z",
			"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 in Group with Airlock Digital and Send Results Via Email

Preview this Workflow on desktop