Retrieving a List of Vulnerabilities in Components scope

This endpoint retrieves a list of vulnerability components using specified filters. Each component includes detailed vulnerability data categorized by severity, risk factors, and other component-related details.

Examples of Request Objects

To retrieve components from specific clusters, use the following filter:

{
"innerFilters": [
{
"cluster": "cluster-name"
}
]
}

For filtering results by risk factor and severity, use the following filter:

{
"innerFilters": [
{
"riskFactors": "External facing",
"severity": "Critical,High"
}
]
}

It is recommended to narrow down the scope of the request by using the 'since' field to specify a date,
ideally set to 48 hours prior to the current date.
This approach optimizes the search and ensures the relevance of the data retrieved.

{
"since": "2024-04-01T09:37:45.633230367-05:00"
}
Language
Credentials
URL
Click Try It! to start a request and see the response here!