Stay organized with collections
Save and categorize content based on your preferences.
Create an instance within a project.
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
Required. The ID to be used when referring to the new instance within its project, e.g., just myinstance rather than projects/myproject/instances/myinstance.
Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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."],[[["This process involves creating a new instance within a specified project using a POST request to the `bigtableadmin.googleapis.com` API."],["You must provide a unique `instanceId`, an `instance` object containing the instance details, and a `clusters` map to define the clusters within the instance."],["When creating a cluster within the instance, you have the choice to set `serveNodes` for manual scaling or configure `cluster_autoscaling_config` for automatic scaling, but not both."],["The request requires authorization with appropriate IAM permissions on the `parent` resource, including `bigtable.instances.create` or `bigtable.clusters.create`."],["The request will require one of several listed OAuth scopes, related to BigTable and Cloud administration."]]],[]]