find_operator_bundles#
Get operator bundles.
Arguments#
page
| Integer
Number parameters
default
| 0
Page that should be returned.
page_size
| Integer
Number parameters
default
| 50
Size of the page that should be returned.
sort_by
| List[SortByMembers]
Sorting of the results.
organization
| String
Organization as understood by iib, e.g. “redhat-marketplace”.
Warning
Deprecated, argument is not used and will be removed.
ocp_version
| String
Specific OCP version for a bundle.
channel_name
| String
The channel for which this bundle is being released.
Warning
Deprecated, argument is not used and will be removed.
package
| String
The name of the operator, e.g. “amq-streams”.
Warning
Deprecated, argument is not used and will be removed.
latest_ocp_version
| Boolean
If provided and true then signify that the bundles have the latest (max) OCP version.
Warning
Deprecated, argument is not used and will be removed.
Returns#
response_type
| many
response_object
| Operator Bundle
Query example
{
find_operator_bundles(page: 0, page_size: 50, sort_by: [{ field: "creation_date", order: DESC }], organization: "example", ocp_version: "example", channel_name: "example", package: "example", latest_ocp_version: PLACEHOLDER) {
error {
detail
status
}
total # omit for better performance
page_size
page
data {
_id
}
}
}