v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

List of vulnerabilities count by severity

List of vulnerabilities count by severity

post/v1/appsecops/dashboard/vulnerabilities/trend_by_severity

Request body

tenant_idsstring[] required

List of tenant IDs

start_datestring date-time required

Start date of the time period

end_datestring date-time required

End date of the time period

granularity'day' | 'week' | 'month' | 'quarter' | 'year' required

Granularity for aggregating vulnerability trend data

Example request

{
  "granularity": "day"
}

Response

Success

datestring date

date of the aggregated time interval.

sbom_version_idsstring[]

List of sbom version ID(s) that are associated with the vulnerabilities detected in the time interval.

critical_countinteger

Total count of vulnerabilities with critical severity.

high_countinteger

Total count of vulnerabilities with high severity.

medium_countinteger

Total count of vulnerabilities with medium severity.

low_countinteger

Total count of vulnerabilities with low severity.

none_countinteger

Total count of vulnerabilities with none severity.

unknown_countinteger

Total count of vulnerabilities with unknown severity.

info_countinteger

Total count of vulnerabilities with info severity.