Patch Package Details
The following section describes the API-supported endpoint actions and available methods for Package APIs.
• | Available Methods for Patch Package Details |
• | Available Filters on Patch Package Lists |
Available Methods for Patch Package Details
The following are available methods for Patch Package Details.
Method |
Description |
get list |
GET <URL> |
get package details |
GET <URL><id> |
Available Filters on Patch Package Lists
The following are available filters on Patch Package Lists.
Filter |
Description |
|||||||||||||||||||||
id (int) |
Identifier for package |
|||||||||||||||||||||
customer_patch_template_id (int) |
Identifier for customer package template |
|||||||||||||||||||||
name (string) |
Name of the package |
|||||||||||||||||||||
type (int) |
Package type:
|
|||||||||||||||||||||
product_release_id (int) |
||||||||||||||||||||||
product_name (string) |
||||||||||||||||||||||
vendor_name (string) |
||||||||||||||||||||||
status (int) |
Identifier for status. Status:
|
|||||||||||||||||||||
solution_id (int) |
Solution ID:
|
|||||||||||||||||||||
platform (int) |
Operating system:
|
|||||||||||||||||||||
architecture (int) |
Architecture:
|
|||||||||||||||||||||
iso_code (string) |
ISO code for package |
|||||||||||||||||||||
created_gte |
Unix timestamp for the package create date, filter type greater than or equal (seconds) |
|||||||||||||||||||||
created_lt |
Unix timestamp for the package create date, filter type less than (seconds) |
Example
The following is an example of a filter that filters package whose customer patch template identifier is 1.
api/patch/packages/?customer_patch_template_id=1