Stay organized with collections
Save and categorize content based on your preferences.
Creates a cluster within an instance.
Note that exactly one of Cluster.serve_nodes and Cluster.cluster_config.cluster_autoscaling_config can be set. If serveNodes is set to non-zero, then the cluster is manually scaled. If clusterConfig.cluster_autoscaling_config is non-empty, then autoscaling is enabled.
HTTP request
POST https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/clusters
Required. The unique name of the instance in which to create the new cluster. Values are of the form projects/{project}/instances/{instance}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.clusters.create
Query parameters
Parameters
clusterId
string
Required. The ID to be used when referring to the new cluster within its instance, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["Creates a new cluster within a specified instance using a POST request to the provided URL."],["Either `Cluster.serve_nodes` or `Cluster.cluster_config.cluster_autoscaling_config` must be set, determining if the cluster is manually scaled or autoscaled."],["Requires the `parent` parameter in the URL path, representing the instance name, and `clusterId` as a query parameter to identify the new cluster."],["Authorization requires specific IAM permissions on the parent resource, specifically `bigtable.clusters.create`."],["The operation requires one of the many oauth scopes provided, such as `https://www.googleapis.com/auth/bigtable.admin.instance`."]]],[]]