v52

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0381182251.7 KB
operators

Get list of available bundles

Retrieves a list of available bundles filtered by support level.

get/v2/operators/bundles

Query parameters

openshift_versionstring

Version of the OpenShift cluster. If the parameter is not specified, no filtering is applied.

cpu_architecture'x86_64' | 'aarch64' | 'arm64' | 'ppc64le' | 's390x' | 'multi'

The CPU architecture of the image (x86_64/arm64/etc). openshift_version must be set.

platform_type'baremetal' | 'none' | 'nutanix' | 'vsphere' | 'external'

The provider platform type. openshift_version must be set.

external_platform_namestring

External platform name when platform type is set to external. The value of this parameter will be ignored if platform_type is not external or if openshift_version is not set.

feature_idsstring[]

Array of feature IDs that affect bundle composition (e.g., ["SNO"] for Single Node OpenShift).

Response

Success

idstring

Unique identifier of the bundle, for example virtualization or openshift-ai-nvidia.

titlestring

Short human friendly description for the bundle, usually only a few words, for example Virtualization or OpenShift AI (NVIDIA).

descriptionstring

Longer human friendly description for the bundle, usually one or more sentences.

operatorsstring[]

List of operators always included in the bundle.

optional_operatorsstring[]

List of operators that can be optionally selected by the user for this bundle. All are selected by default.