Available Patches Grouped

The end point to look at the available patches group list is: https://api.app.flexerasoftware.com/api/patch/available-patches-grouped/ 

The following section describes the API-supported endpoint actions and available methods for Available Patches Grouped APIs.

Available Methods for Available Patches Grouped
Available Filters on Available Patches Grouped Lists

Available Methods for Available Patches Grouped

The following are available methods for Available Patches Grouped.

Methods for Available Patches Grouped

Method

Description

get list

GET <URL>

For example:

GET /api/patch/available-patches-grouped/

get instance details

GET <URL><id>/

Available Filters on Available Patches Grouped Lists

The following are available filters on Available Patches Grouped Lists.

Filters on Available Patches Grouped Lists

Filter

Description

product_release_id (int)

Product release identifier

product_id (int)

Product identifier

product_name (string)

Product name

vendor_name (string)

Vendor name

secure_version (string)

Secure version

said (string)

Secunia Advisory ID of a product

cve (string)

Common vulnerability score of a product

has_customer_template (bool)

Product has customer template or not

has_package(bool)

Product has package or not

my_environment (bool)

Affecting my environment or not

fullver (int)

Full version of the product

Example

The following is an example of a filter that filters out a product whose product relase id is “111”

api/patch/available-patches-grouped/?product_release_id=111