Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
FieldSpecify the field by which to search for vulnerability.
FieldsSpecify which fields to return for each item.
ValueSpecify the search value. It can be either a single value or multiple values separated by commas.

Example Output

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

Workflow Library Example

Get Vulnerability with Claroty Xdome and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop