Skip to main content

clusterConfigUpdateSetting

Update an existing setting in a cluster configuration template.

Modifies a configuration setting to change how a product attribute or field behaves within clusters using this configuration template.

Possible errors:

  • UPDATE_CLUSTER_CONFIG_SETTING_ERROR: Failed to update the configuration setting

AUTH: Role=[product.OWNER]

clusterConfigUpdateSetting(
clusterConfigId: Int!
settingId: Int!
input: ClusterConfigSettingUpdateInput!
): UpdateClusterConfigSettingResponse!

Arguments

clusterConfigUpdateSetting.clusterConfigId ● Int! non-null scalar

Unique identifier of the cluster configuration containing the setting.

Must be a valid cluster configuration ID that exists in the system.

clusterConfigUpdateSetting.settingId ● Int! non-null scalar

Unique identifier of the configuration setting to update.

Must be a valid setting ID that belongs to the specified cluster configuration.

clusterConfigUpdateSetting.input ● ClusterConfigSettingUpdateInput! non-null input

Updated configuration setting data.

Contains the setting properties to update. Only provided fields will be changed, others remain unchanged.

Type

UpdateClusterConfigSettingResponse object