v1

latestOpenAPI 3.0.02026-07-14169306521.0 KB
enterprisePortal

Update an installation options record

Update an existing installation options record for a customer. Only provided fields will be updated. You cannot change the service account ID, instance name, or install type as these are immutable.

Optionally return updated install instructions by setting the includeInstructions query parameter to true.

patch/app/{app_id}/enterprise-portal/install-options/{install_options_id}

Path parameters

app_idstring required

App identifier

install_options_idstring required

Install options ID from path

Query parameters

includeInstructionsboolean

Whether to include install instructions in the response

Request body

admin_console_urlstring

URL for the admin console, used for updates

channel_idstring

Channel ID to use for the installation (must be provided together with channel_release_sequence if being updated)

channel_release_sequenceinteger

Channel release sequence number to use for the installation (must be provided together with channel_id if being updated)

kubernetes_distribution'vanilla' | 'openshift' | 'rancher' | 'aks' | 'eks' | 'gke'

Kubernetes distribution that will be used for the helm installation (only applicable for helm install type)

network_availability'airgap' | 'proxy' | 'online'

Network availability for the installation environment

registry_availability'online' | 'partial' | 'offline'

Registry availability for helm installations (only applicable for helm install type)

Response

PatchInstallOptionsResponse contains the response from patching install options.