https://api.bitsighttech.com/ratings/v1/threats/summaries
Get threat (such as vulnerabilities) statistics.
Version 2 is now available.
Parameters
folder
-
[Query] Filter by folder.
Value: [String] Folder unique identifier [
folder_guid
]. See GET: Folder Details. tier
-
[Query] Filter by tier.
Value: [String] Tier unique identifier [
tier_guid
]. See GET: Tiers.
Example Request
curl https://api.bitsighttech.com/ratings/v1/threats/summaries -u api_token:
Example Response
{ "threats_total_count": 0, "threats_impacting_count": 0, "exposure_increasing_count": 0, "exposure_flat_count": 0, "exposure_decreasing_count": 0, "currently_exposed_min": 0, "currently_exposed_max": 0, "previously_exposed_min": 0, "previously_exposed_max": 0, "exposure_trend_min": 0, "exposure_trend_max": 0, "severity_min": 0, "severity_max": 0 }
Status Codes
200 – Success
- Everything worked as expected.
422 – Validation Error
- There was a validation error.
- October 17, 2024: Version 2 is now available.
- March 1, 2024: Published.
Feedback
0 comments
Please sign in to leave a comment.