GET: Threat Statistics [v2]

https://api.bitsighttech.com/ratings/v2/threats/summaries

Get threat (such as vulnerabilities) statistics.

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/v2/threats/summaries -u api_token:

Example Response

{
  "threats_total_count": 13923,
  "threats_impacting_count": 8745,
  "exposure_increasing_count": 482,
  "exposure_flat_count": 5643,
  "exposure_decreasing_count": 2620,
  "exposed_min": 0,
  "exposed_max": 5878,
  "mitigated_min": 0,
  "mitigated_max": 4455,
  "exposure_trend_min": -157,
  "exposure_trend_max": 2325,
  "severity_min": 0,
  "severity_max": 10
}

Response Codes

200 – Success
Everything worked as expected.
422 – Validation Error
There was a validation error.
  • October 17, 2024: Published.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.