Get CVE Search Reports List
Get a list of reports that were generated.
Basic Parameters
Parameter | Description |
---|---|
Author | The author of the report. |
Report Name | The name of the report. |
Start Time | The start of the date range. |
Start Time | The end of the date range. |
Advanced Parameters
Parameter | Description |
---|---|
Page Number | A maximum number of pages to return. |
Rows Number | A maximum number of records to return. |
Sort | The order in which to return records. |
Example Output
{
"total_reports": 1,
"reports": [
{
"id": 1,
"cve": "CVE-2014-3526",
"name": "big-report",
"status": "completed",
"total_artifacts": 244,
"num_of_processed_artifacts": 244,
"progress": 100,
"number_of_rows": 1220000,
"start_time": "2023-06-25T10:35:24Z",
"end_time": "2023-06-25T10:36:23Z",
"author": "admin"
}
]
}
Workflow Library Example
Get Cve Search Reports List with Jfrog and Send Results Via Email
Preview this Workflow on desktop