Browse contents for a subclient
This operation lists all the content present in the cloud for a subclient which can be configured for backup.
- application/json
Request Body
cloudAppsProperties object
instance object
instanceId integer requiredClient's instance ID
cloudAppInstanceProps object
instanceType string requiredCloud vendor type
credentialType string requiredobjectStorageInstance objectFor azure subcription cloud ac
generalCloudProperties object
objectStorageMultinode integer requiredDefault value:
1
credentials object
credentialId integerCredential ID associated with subclient
credentialName string requiredCredential name
memberServers object[]
client object
clientId integerAccess node's ID
clientName string requiredAccess node's name
_type_ stringazureInstance object
For subcription based cloud accounts
adAccountName stringName of the storage account
hostURL stringAzure endpoint
- path string required
Default value:
/
- foldersOnly boolean required
Default value:
false
clientEntity object
clientId integer requiredAccess node's ID
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
- Example 2
Schema
- path string
File path
browseItems object[]
utime integerfileSize integerSize of the file
name stringName of the folder or file
fileType integer0 : File | 1: Folder
{
"path": "string",
"browseItems": [
{
"utime": 0,
"fileSize": 0,
"name": "string",
"fileType": 0
}
]
}
{
"path": "\bucket",
"browseItems": [
{
"utime": 1718965698,
"fileSize": 6384,
"name": "requirements-file.txt",
"fileType": 0
}
]
}
{
"path": "\bucket\folder1",
"browseItems": [
{
"utime": 0,
"fileSize": 0,
"name": "My documents",
"fileType": 1
}
]
}
Loading...