v52

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

Retrieves a pre-signed S3 URL for downloading cluster files.

get/v2/clusters/{cluster_id}/downloads/files-presigned

Path parameters

cluster_idstring uuid required

The cluster that owns the file that should be downloaded.

Query parameters

file_name'bootstrap.ign' | 'master.ign' | 'metadata.json' | 'worker.ign' | 'install-config.yaml' | 'logs' | 'manifests' required

The file to be downloaded.

logs_type'host' | 'controller' | 'all'

If downloading logs, the type of logs to download.

host_idstring uuid

If downloading a file related to a host, the relevant host.

additional_namestring

If downloading a manifest, the file name, prefaced with folder name, for example, openshift/99-openshift-xyz.yaml.

Response

Success.

urlstring required

Pre-signed URL for downloading the infra-env discovery image.

expires_atstring date-time

Expiration time for the URL token.