Browses the list of backup files in a specified backup snapshot.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Token |
string |
No |
Deprecated. Do not use. |
*** |
| VaultId |
string |
No |
The backup vault ID. |
v-000***jtz |
| ClientId |
string |
No |
The backup client ID. |
c-000***o48 |
| SnapshotHash |
string |
No |
The hash value of the backup snapshot. |
971***e9d |
| Path |
string |
No |
The hash value of the directory. If this parameter is not specified, the root directory of the backup is browsed. |
ef6***46a |
| AbsolutePath |
string |
No |
The absolute path of the directory. Specify |
/data/ |
| PageNumber |
integer |
No |
Deprecated. Use MaxResults and NextToken for pagination instead. |
1 |
| PageSize |
integer |
No |
Deprecated. Use MaxResults and NextToken for pagination instead. |
10 |
| RestoreId |
string |
No |
Deprecated. |
r-000***oy9 |
| NextToken |
string |
No |
The token that is required to retrieve the next page of results. If this parameter is not specified, the first page of results is returned. |
eyJ***Q== |
| MaxResults |
integer |
No |
The maximum number of results to return per request. Valid values: 10 to 100. Default value: 10. |
10 |
| StorageClass |
string |
No |
The storage class of the backup data. Valid values:
|
STANDARD |
| Edition |
string |
No |
The Cloud Backup edition. Valid values:
Valid values:
|
STANDARD |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The pagination token for the next page of results. An empty value indicates that no more pages are available. |
eyJ***Q== |
| RequestId |
string |
The request ID. |
843F7A45-8B***35-ECECBE5E5F78 |
| Success |
boolean |
Indicates whether the request was successful.
|
True |
| Code |
string |
The HTTP status code. A value of 200 indicates that the request was successful. |
200 |
| Message |
string |
The response message. The value |
successful |
| PageNumber |
integer |
The page number. Pages start from 1. Default value: 1. |
1 |
| PageSize |
integer |
The number of entries per page. Valid values: 1 to 99. Default value: 10. |
10 |
| TotalCount |
integer |
The total number of entries returned. |
11 |
| MaxResults |
integer |
The maximum number of entries returned per page. |
10 |
| Nodes |
object |
||
| Node |
array<object> |
The file system objects. |
|
|
object |
The properties of a file system object. |
||
| Type |
string |
The object type. Valid values:
|
file |
| Name |
string |
The name of the file or directory. |
fileName |
| Subtree |
string |
The hash value of the subdirectory. Use this value in the Path parameter to browse the contents of this subdirectory. |
ef6***46a |
| Size |
integer |
The file size, in bytes. |
58727654 |
Examples
Success response
JSON format
{
"NextToken": "eyJ***Q==\n",
"RequestId": "843F7A45-8B***35-ECECBE5E5F78",
"Success": true,
"Code": "200",
"Message": "successful",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 11,
"MaxResults": 10,
"Nodes": {
"Node": [
{
"Type": "file",
"Name": "fileName",
"Subtree": "ef6***46a",
"Size": 58727654
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.