Lists Tenable-provided scan templates. Tenable provides a number of scan templates to facilitate the creation of scans and scan policies. For a full description of these scan templates, see the [*Tenable.io Vulnerability Management Guide*](https://docs.tenable.com/tenableio/vulnerabilitymanagement/Content/Scans/Templates.htm).

Requires STANDARD [32] user permissions. See [Permissions](doc:permissions).

External Documentation

To learn more, visit the Tenable documentation.

Parameters

ParameterDescription
TypeThe type of templates to retrieve (scan, policy, or remediation).

Example Output

{
	"templates": [
		{
			"unsupported": false,
			"cloud_only": false,
			"desc": "<string>",
			"order": 10,
			"subscription_only": false,
			"is_was": null,
			"title": "<string>",
			"is_agent": null,
			"uuid": "<string>",
			"icon": "<string>",
			"manager_only": false,
			"name": "<string>"
		},
		{
			"unsupported": false,
			"cloud_only": false,
			"desc": "<string>",
			"order": 1,
			"subscription_only": false,
			"is_was": null,
			"title": "<string>",
			"is_agent": null,
			"uuid": "<string>",
			"icon": "<string>",
			"manager_only": false,
			"name": "<string>"
		}
	]
}

Workflow Library Example

List Templates with Tenable and Send Results Via Email

Preview this Workflow on desktop