Skip to main content

clusterConfigAddSetting

Create a new setting on the cluster configuration identified by numeric identifier.

Use clusterConfigSettingCreate when matching the configuration by global identifier instead.

Possible errors:

  • CLUSTER_CONFIG_NOT_FOUND: The supplied configuration identifier did not match any cluster configuration.
  • SCHEMA_VALIDATION: One or more input fields failed validation.

AUTH: Role=[product.OWNER]

clusterConfigAddSetting(
clusterConfigId: Int!
input: ClusterConfigSettingInput!
): ClusterConfigSettingResponse!

Arguments

clusterConfigAddSetting.clusterConfigId ● Int! non-null scalar

Numeric identifier of the cluster configuration the setting should be added to.

clusterConfigAddSetting.input ● ClusterConfigSettingInput! non-null input

Definition of the setting to add to the cluster configuration.

Type

ClusterConfigSettingResponse object