Historical Vulnerability Risk Category Counts Copy
GET https://{{API_URL}}/asset_groups/:id/report_query/historical_open_vulnerability_count_by_risk_level
Returns a listing of the historical Vulnerability Risk Category (High
, Medium
, Low
) counts for the Asset Group ID provided. If a start or end date is not provided, this endpoint defaults to returning data for all time for the specified Asset Group.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
**Update {{id}} in the URL above (or variable) to reflect asset group | string | Asset group id can be found in Kenna platform URL when risk meter is selected | |
start_date | string | string - The iso timestamp of the start date of the period you wish to report on. Defaults to 30 days ago. | |
end_date | string | string - The iso timestamp of the end date of the period you wish to report on. Defaults to today. |