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