Retrieve files (v1)
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/sfr/volume/{volumeId}/snapshot/{snapshotId}/file-explore/list
Retrieves a list of the files and folders contained in the specified volume Snapshot copy for a single or multiple file restore operation. The volume Snapshot copy is mounted on under the /tmp folder of the Connector instance to create a file catalog for the "Browse and Restore" option.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
path |
string |
query |
False |
|
accountId |
string |
path |
True |
|
volumeId |
string |
path |
True |
|
snapshotId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
context |
array[context] |
False |
Example response
{
"context": [
{
"name": "string",
"path": "string",
"type": "string"
}
]
}
Definitions
See Definitions
context
Name | Type | Required | Description |
---|---|---|---|
inode |
number |
False |
|
name |
string |
False |
|
path |
string |
False |
|
type |
string |
False |
|
size |
number |
False |
|
mtime |
number |
False |