Get database list for GCP
Get database list for GCP
Query Parameters
- cloudAccountId integer required
the id of the node where the browse request is sent
- projectName string required
google cloud project the instance belongs to
- instanceName string required
the google spanner instance name
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
error object
errorMessage stringerrorCode int32databases object[]
name stringthe google spanner database name
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"databases": [
{
"name": "string"
}
]
}
Loading...