v1

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

List of aggregated vulnerability count by component properties

Aggregated vulnerability count by component properties

post/v1/appsecops/dashboard/vulnerabilities/aggregation_by_component

Request body

tenant_idsstring[] required

List of tenant IDs

categorystring[]

Component property category

Example request

{
  "category": [
    "product"
  ]
}

Response

Success

days_range'0-30 days' | '31-60 days' | '61-90 days' | '91-365 days' | '> 365 days' | 'Unknown'

Time range bucket for grouping vulnerabilities based on NVD published date or SBOM created date

productstring

SBOM component Product name

vendorstring

SBOM component Vendor name

package_typestring

SBOM component package type

severity'Critical' | 'High' | 'Info' | 'Low' | 'Medium' | 'None' | 'Unknown'

Severity of the vulnerability

is_kevboolean

Indicates whether the vulnerability is a Known Exploited Vulnerability (KEV)

countinteger

Total count of vulnerabilities associated with the category

vulnerability_idsstring[]

List of vulnerability IDs associated with the component

Example response

[
  {
    "days_range": "0-30 days",
    "severity": "Critical"
  }
]