clusterConfigSettingUpdate
Apply a partial update to a cluster configuration setting identified by global identifier.
Only the fields supplied in the input are modified; omitted fields are left untouched.
Possible errors:
- CLUSTER_CONFIG_NOT_FOUND: The setting or its parent configuration could not be located.
- SCHEMA_VALIDATION: One or more input fields failed validation.
AUTH: Role=[product.OWNER]
clusterConfigSettingUpdate(
uuid: String!
input: ClusterConfigSettingUpdateInput!
): ClusterConfigSetting!
Arguments
clusterConfigSettingUpdate.uuid ● String! non-null scalar
Global identifier of the setting to update.
clusterConfigSettingUpdate.input ● ClusterConfigSettingUpdateInput! non-null input
Fields to update on the setting. Omitted fields keep their current value.
Type
ClusterConfigSetting object
Individual configurable setting on a cluster configuration template.
Each setting defines one attribute that customers can customise on clusters built from the template, including its display style and ordering.