Get mount path content
API to get mountpath content
Query Parameters
- mountPathId int32
Mountpath Id
- deviceId int32
Device Id
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- mountpathName string
Name of mountpath
- totalSizeOnMedia int64
Total size of the data stored on the mountpath. This is the size of the data after deduplication and compression, if employed. This amount also includes metadata information, so in some cases, it could be larger than the actual size of the backed up data.
- totalDataWritten int64
Total amount of data written on mountpath
- isRequiredByAuxiliaryCopy boolean
This indicates if any of the jobs on this mountpath is required for auxiliary copy.
- retainDataUntil int64
Maximum DateTime upto which the jobs on this mountpath is retained
- isSingleInstanced boolean
Indicates if mountpath has any DDB references
- hasSubclientLogCacheDump boolean
Indicates if mountpath has any subclient lLog cache dump
jobInfoList object[]
Jobs on mountpath
jobId int64The system-generated ID assigned to the job.
jobStatus stringPossible values: [
NEVER_BACKED_UP
,COMPLETED
,FAILED
,COMPLETED_WITH_ERRORS
,KILLED
,SUSPENDED
,INTERRUPTED
,ANY_STATUS
,SKIPPED
,FAILED_TO_START
,SYNCHRONIZED
,NOT_SYNCHRONIZED
,NOT_ATTEMPTED
,STARTED
,COMPLETED_WITH_WARNINGS
,SYSTEM_FAILED
,COMMITTED
]Status of the last backup job performed.
clientName stringThe name of the client associated with the job.
appName stringThe name of application
instanceName stringThe name of the instance associated with the job.
backupSetName stringThe name of the backup set associated with the job.
subclientName stringThe name of the subclient associated with the job.
backupLevel stringThe level of the backup job
cyclesNSeq stringCycles and Sequences
archFileType ArchFileTypePossible values: [
DATA
,INDEX
,ARCHIVE_FILE
,LOG
,JOB_METADATA
,NA
]Job Archive File type
dataStatus stringStatus of the data of job
backupTime int64The time when backup is done
retainTill int64Retention DateTime for job
mediaSideName stringMedia Side Name
archFileName stringArchive File Name
storagePolicyNCopy stringStorage Policy and Copy Name
dataWritten int64Amount of data written on mountpath during job
sizeOfBackup int64The amount of application data that was protected during the job
sizeOfApplication int64The amount of application data that was protected during the job.
isAged booleanIndicates if job is aged or not.
isValidData booleanIndicates if job has valid Data
{
"mountpathName": "string",
"totalSizeOnMedia": 0,
"totalDataWritten": 0,
"isRequiredByAuxiliaryCopy": true,
"retainDataUntil": 0,
"isSingleInstanced": true,
"hasSubclientLogCacheDump": true,
"jobInfoList": [
{
"jobId": 0,
"jobStatus": "NEVER_BACKED_UP",
"clientName": "string",
"appName": "string",
"instanceName": "string",
"backupSetName": "string",
"subclientName": "string",
"backupLevel": "string",
"cyclesNSeq": "string",
"archFileType": "DATA",
"dataStatus": "string",
"backupTime": 0,
"retainTill": 0,
"mediaSideName": "string",
"archFileName": "string",
"storagePolicyNCopy": "string",
"dataWritten": 0,
"sizeOfBackup": 0,
"sizeOfApplication": 0,
"isAged": true,
"isValidData": true
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}