Customer’s Patch Package Publishing Details
The following section describes the API-supported endpoint actions and available methods for Customer’s Patch Package Publishing APIs.
| • | Available Methods for Customer’s Patch Package Publishing Details |
| • | Available Filters on Customer’s Patch Package Publishing Lists |
Available Methods for Customer’s Patch Package Publishing Details
The following are available methods for Customer’s Patch Package Publishing Details.
|
Method |
Description |
|
get list |
GET <URL> |
Available Filters on Customer’s Patch Package Publishing Lists
The following are available filters on Customer’s Patch Package Publishing Lists.
|
Filter |
Description |
|||||||||||||||||||||
|
id (int) |
identifier for publish |
|||||||||||||||||||||
|
package_id (int) |
Identifier about patch package |
|||||||||||||||||||||
|
package_ids (list) |
Identifiers for patch package |
|||||||||||||||||||||
|
server_id (int) |
Identifier for server |
|||||||||||||||||||||
|
state (int) |
State of the published / publishing packages
|
|||||||||||||||||||||
|
last_updated__gte (int) |
Unix timestamp for the last updated date of publish, filter type greater than or equal (seconds) |
|||||||||||||||||||||
|
last_updated__lt (int) |
Unix timestamp for the last updated date of publish, filter type less than or equal (seconds) |
|||||||||||||||||||||
|
product_name (string) |
Package product name |
|||||||||||||||||||||
|
vendor_name (string) |
Package vendor name |
|||||||||||||||||||||
|
name (string) |
Package name |
Example
The following is an example of a filter that filters out publish instance, where package vendor name is java.
api/patch/publishes/?vendor_name=java