The data returned by this action corresponds to the Vulnerabilities table in the dashboard. This action will return all possible vulnerabilities, including those that don’t affect any devices in the inventory.
External DocumentationTo learn more, visit the Claroty xDome documentation.

Parameters

ParameterDescription
FieldsSpecify which fields to return for each item.

Example Output

{
	"vulnerabilities": [
		{
			"description": "<string>",
			"name": "<string>",
			"vulnerability_type": "<string>",
			"alert_id": null
		},
		{
			"description": "<string>",
			"name": "<string>",
			"vulnerability_type": "<string>",
			"alert_id": null
		}
	]
}

Workflow Library Example

List Vulnerabilities with Claroty Xdome and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop