clusterConfig
Retrieve a single cluster configuration by identifier.
Returns the configuration template alongside all of its settings, which define the configurable attributes exposed by clusters built from the template.
Possible errors:
- CLUSTER_CONFIG_NOT_FOUND: The supplied identifier did not match any cluster configuration.
AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER]
clusterConfig(
clusterConfigId: Int!
): ClusterConfigResponse!
Arguments
clusterConfig.clusterConfigId ● Int! non-null scalar
Numeric identifier of the cluster configuration to retrieve.