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.
Method |
Description |
get list |
GET <URL> |
Available Filters on Patchable Product Lists
The following are available 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:
|
|||||||||||||||||||||
platform (int) |
Operating system:
|
|||||||||||||||||||||
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