Creates an agent group on the scanner.

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

External Documentation

To learn more, visit the Tenable documentation.

Parameters

ParameterDescription
NameThe name of the agent group.
Scanner IDThe ID of the scanner to add the agent group to.

Example Output

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

Workflow Library Example

Create an Agent Group with Tenable and Send Results Via Email

Workflow Library

Preview this Workflow on desktop