Skip to main content

clusterConfigSetting

Retrieve a single cluster configuration setting by global identifier.

Returns the setting and the configuration it belongs to so callers can render the full editing surface.

Possible errors:

  • CLUSTER_CONFIG_NOT_FOUND: The setting or its parent configuration could not be located.

AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER]

clusterConfigSetting(
uuid: String!
): ClusterConfigSetting!

Arguments

clusterConfigSetting.uuid ● String! non-null scalar

Global identifier of the cluster configuration setting to retrieve.

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.