Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description |
|---|
| Field | Specify the field by which to search for vulnerability. |
| Fields | Specify which fields to return for each item. |
| Value | Specify the search value. It can be either a single value or multiple values separated by commas. |
Example Output
{ "vulnerabilities": [ { "id": "xxxxxxxx", "name": "xxxxxxxxxxxxx", "published_date": "xxxxxxxxxxxxxxxxxxxxxx", "vulnerability_type": "xxxxxxxxxxxx", "cve_ids": [ "xxxxxxxxxxxxxx" ], "cvss_v2_score": x.x, "cvss_v2_exploitability_subscore": x.x, "cvss_v3_score": x.x, "cvss_v3_exploitability_subscore": x.x, "epss_score": x.xxxx, "description": "xxxxxxxxxxxxxxxxxxxxxx", "is_known_exploited": xxxx, "all_cves_exploited": xxxx, "affected_devices_count": x, "affected_medical_devices_count": x, "affected_iot_devices_count": x, "affected_it_devices_count": x } ]}
Workflow Library Example
Get Vulnerability with Claroty Xdome and Send Results Via Email