Create an instance within a project.
HTTP request
POST https://bigtableadmin.googleapis.com/v2/{parent=projects/*}/instances
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The unique name of the project in which to create the new instance. Values are of the form Authorization requires the following Google IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "instanceId": string, "instance": { object ( |
Fields | |
---|---|
instanceId |
The ID to be used when referring to the new instance within its project, e.g., just |
instance |
The instance to create. Fields marked |
clusters |
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just An object containing a list of |
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.admin
https://www.googleapis.com/auth/bigtable.admin.cluster
https://www.googleapis.com/auth/bigtable.admin.instance
https://www.googleapis.com/auth/cloud-bigtable.admin
https://www.googleapis.com/auth/cloud-bigtable.admin.cluster
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.