RESTGetOperatorBundles ====================== **GET** - ``/operators/bundles`` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get a list of operator bundles. Parameters ---------- Query ^^^^^ ``include`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to include in the response. Use dot notation to define nested fields. ``exclude`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to exclude in the response. Use dot notation to define nested fields. ``page_size`` | *Integer* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Size of the page that should be returned. ``page`` | *Integer* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Page that should be returned. ``filter`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Filter used to select results. ``sort_by`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted 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. ``organization`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Organization as understood by iib, e.g. "redhat-marketplace". .. warning:: Deprecated and replaced by filtering. ``channel_name`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted The channel for which this bundle is being released. .. warning:: Deprecated and replaced by filtering. ``package`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted The name of the operator, e.g. "amq-streams". .. warning:: Deprecated and replaced by filtering. ``latest_ocp_version`` | *Boolean* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted If provided and true then signify that the bundles have the latest (max) OCP version. .. warning:: Deprecated, parameter is not used and will be removed. ``ocp_version`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Specific OCP version for a bundle. Returns ------- ``content`` | application/json ``response_type`` | many ``response_object`` | :doc:`/objects/OperatorBundle`