Past Due Vulnerabilities by Risk Level Over Time
GET https://{{API_URL}}/asset_groups/:id/report_query/historical_past_due_vulnerabilities_by_risk_level
Returns the count of vulnerabilities that are past their due date for a given date range, grouped by risk level.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null | ||
start_date | string | string - The iso timestamp of the start date of the period you wish to report on. Defaults to 30 | |
end_date | string | string - The iso timestamp of the end date of the period you wish to report on. Defaults to today. |