Lists the agent groups for the scanner.

Requires SCAN MANAGER [40] user permissions. See [Permissions](doc:permissions).

External Documentation

To learn more, visit the Tenable documentation.

Parameters

ParameterDescription
Scanner IDThe ID of the scanner to query for agent groups.

Example Output

{
	"value": {
		"groups": [
			{
				"agents_count": 0,
				"creation_date": 1544455100,
				"id": 106592,
				"last_modification_date": 1544455100,
				"name": "slibs",
				"owner": "system",
				"owner_id": 1,
				"owner_name": "system",
				"owner_uuid": "1bd703af-b2aa-4a82-ad8d-b883381a873f",
				"shared": 1,
				"timestamp": 1544455100,
				"user_permissions": 128,
				"uuid": "9bd87b50-7349-4a52-8a41-573b9a4b9bb6"
			}
		]
	}
}

Workflow Library Example

List Agents Groups with Tenable and Send Results Via Email

Preview this Workflow on desktop