v52

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

Get operator properties for a bundle

Retrieves an array of operator properties for the specified bundle when some features are activated.

get/v2/operators/bundles/{id}

Path parameters

idstring required

Identifier of the bundle, for example, virtualization or openshift-ai.

Query parameters

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.