Overview of the Major Product Versions Detected on Devices
This section describes the API-supported endpoint actions and available methods for overview of the major product versions detected on the device APIs.
• | Available Methods for Overview of the Major Product Versions Detected on Devices |
• | Available Filters on Overview of the Major Product Versions Detected on the Devices List |
Available Methods for Overview of the Major Product Versions Detected on Devices
The following are the available methods for overview of the major product versions detected on Devices:
Method |
Description |
get list |
GET <URL> |
Available Filters on Overview of the Major Product Versions Detected on the Devices List
The following are available filters on overview of the major product versions detected on the Devices List:
Filter |
Description |
product__name (string) |
Name of the product |
product__name_startswith (string) |
Name of the product starts with |
product__version (string) |
Version of the product |
is_insecure (bool) |
Filters the insecure products |
is_eol(bool) |
Filters product that is end of life or not |
is_secure (bool) |
Filters the secure products |
vendor__name (string) |
Name of the vendor |
max_criticality (int) |
Maximum criticality for product |
max_where (int) |
Maximum where for product |
max_solution_status (int) |
Maximum solution status for product |
Example
The following is an example of a filter that filters out a product that is end of life.
api/inventory/products/?is_eol=true