Managed Service for SPQR API, gRPC: DatabaseService.Get
Статья создана
Обновлена 18 апреля 2025 г.
Returns the specified SPQR Database resource.
To get the list of available SPQR Database resources, make a List request.
gRPC request
rpc Get (GetDatabaseRequest) returns (Database)
GetDatabaseRequest
{
"cluster_id": "string",
"database_name": "string"
}
|
Field |
Description |
|
cluster_id |
string Required field. ID of the SPQR cluster that the database belongs to. |
|
database_name |
string Required field. Name of the SPQR database to return. |
Database
{
"name": "string",
"cluster_id": "string"
}
A SPQR Database resource. For more information, see the
Developer's Guide.
|
Field |
Description |
|
name |
string Name of the database. |
|
cluster_id |
string ID of the SPQR cluster that the database belongs to. |