Patchable Product Details

The following section describes the API-supported endpoint actions and available methods for Patchable Product APIs.

Available Methods for Patchable Product Details
Available Filters on Patchable Product Lists

Available Methods for Patchable Product Details

The following are available methods for Patchable Product Details.

Methods for Patchable Product Details

Method

Description

get list

GET <URL>

Available Filters on Patchable Product Lists

The following are available filters on Patchable Product Lists.

Filters on Patchable Product Lists

Filter

Description

patch_template_id (int)

Identifier for patch template

product_release_id (int)

Identifier for product release

architecture (int)

Architecture type:

0—32-bit/64-bit
1—32-bit
2—64-bit

platform (int)

Operating system:

0—All
1—Windows
2—Mac
3—Red Hat
4—Android
5—iOS
6—Debian

edition (string)

Edition or version for product

product_name (string)

Product name

vendor_name (string)

Vendor name

created_gte

Unix timestamp for the patchable product create date, filter type greater than or equal (seconds)

created_lt

Unix timestamp for the patchable product create date, filter type less than (seconds)

Example

The following is an example of a filter that filters out patchable product whose product name id “java”.

api/patch/customer-patch-templates/?product_name=java