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.