POST
/
v1
/
instances
/
{instance}
:databases
{
  "databases": [
    "<string>"
  ]
}

Path Parameters

instance
string
required

The instance id.

Body

application/json
name
string
required

The name of the instance. Format: instances/{instance}

instance
object
required

The target instance. We need to set this field if the target instance is not created yet. Instance is the proto for instances.

Response

OK

databases
string[]

All database name list in the instance.