v52

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

Creates a manifest for customizing cluster installation.

post/v2/clusters/{cluster_id}/manifests

Path parameters

cluster_idstring uuid required

The cluster for which a new manifest should be created.

Request body

folder'manifests' | 'openshift'

The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories.

file_namestring required

The name of the manifest to customize the installed OCP cluster.

contentstring required

base64 encoded manifest content.

Response

Success.

folder'manifests' | 'openshift'

The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories.

file_namestring

The file name prefaced by the folder that contains it.

manifest_source'user' | 'system'

Describes whether manifest is sourced from a user or created by the system.