RESTGetOperatorBundlesByRepository#
GET - /repositories/registry/{registry}/repository/{repository}/operators/bundles
List operator bundles for a repository.
Parameters#
Path#
registry | String
Container registry. All Red Hat containers use the value of ‘registry.access.redhat.com’ (regardless of whether they are shipped only to the terms-based registry at registry.redhat.io). Partner containers use the value of ‘registry.connect.redhat.com’.
repository | String
Path of the repository
Query#
include | List[String]
Comma separated list of fields to include in the response. Use dot notation to define nested fields.
exclude | List[String]
Comma separated list of fields to exclude in the response. Use dot notation to define nested fields.
page_size | Integer
Size of the page that should be returned.
page | Integer
Page that should be returned.
filter | String
Filter used to select results.
sort_by | List[String]
Comma separated list of fields that are used to sort objects. Each field can be ordered in a descending (desc) or ascending (asc) order. The order can be defined for each key separately, e.g. key[asc],key[desc]. Default sorting order is ascending.
Returns#
content | application/json
response_type | many
response_object | Operator Bundle