Managed Service for YDB API, gRPC: BackupService.ListPaths
Статья создана
Обновлена 26 ноября 2024 г.
gRPC request
rpc ListPaths (ListPathsRequest) returns (ListPathsResponse)
ListPathsRequest
{
"backup_id": "string",
"page_size": "int64",
"page_token": "string"
}
Field |
Description |
backup_id |
string Required field. Required. ID of the YDB backup. |
page_size |
int64 The maximum number of results per page that should be returned. If the number of available |
page_token |
string Page token. Set |
ListPathsResponse
{
"paths": [
"string"
],
"next_page_token": "string"
}
Field |
Description |
paths[] |
string |
next_page_token |
string |