Managed Service for YDB API, REST: Backup.ListPaths
HTTP request
GET https://ydb.api.cloud.yandex.net/ydb/v1/backups/{backupId}/paths
Path parameters
|
Field |
Description |
|
backupId |
string Required field. Required. ID of the YDB backup. The maximum string length in characters is 50. |
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page that should be returned. If the number of available Acceptable values are 0 to 1000, inclusive. |
|
pageToken |
string Page token. Set The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"paths": [
"string"
],
"nextPageToken": "string"
}
|
Field |
Description |
|
paths[] |
string |
|
nextPageToken |
string |