https://api.bitsighttech.com/ratings/v1/folders/folder_guid/findings/summary
See the presence of findings in a folder.
Parameters
* Required.
Parameter | Values |
---|---|
folder_guid * [Path] Identify the folder to query. |
[String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
type [Query] Filter by risk type. |
[String] Risk type slug name. See risk types. |
confidence [Query] Risk confidence. |
[String]
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/folders/folder_guid/findings/summary -u api_token:
Example Response
[ { "start_date":"2020-05-01", "end_date":"2020-06-30", "stats":[ { "id":"CVE-2012-2532", "name":"CVE-2012-2532", "count":1, "severity":null, "severity_category":null, "confidence":"LOW" } ] } ]
Response Attributes
Field | Description | ||
---|---|---|---|
start_dateString [ YYYY‑MM‑DD ] |
The beginning date of this summary. | ||
end_dateString [ YYYY‑MM‑DD ] |
The ending date of this summary. | ||
statsArray |
Folder statistics. | ||
Object | Details of a vulnerability. | ||
idString |
The Common Vulnerabilities and Exposures (CVE) ID of prominent vulnerabilities, to be used in web searches or in the National Vulnerability Database (NVD) for more information about the vulnerability in question. | ||
nameString |
The CVE ID or vulnerability name if available (e.g., BlueKeep). | ||
countInteger |
This value is always 1 for folder statistics. |
||
severityNull |
For internal Bitsight use. | ||
severity_categoryNull |
For internal Bitsight use. | ||
confidenceString |
Risk confidence level.
|
July 2, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.